Project
ReSharper
Priority
Show-stopper
Type
Bug
Fix versions
4.1
State
Fixed
Assignee
Evgeny Pasynkov
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
5.0.1612.107  
  • Created by   Sergey Coox
    3 years ago (09 Jun 2008 19:31)
  • Updated by   Sergey Coox
    3 years ago (09 Jun 2008 19:44)
  • Jira: RSRP-71599
    (history, comments)
 
RSRP-71599 Lightbulb with no available context actions
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
place caret at the beginning of static keyword - the lightbulb appears. Click alt-enter - "There are no items to show in this menu" tooltip appears.
1. There should be no lightbulb
2. It's rather complicated to remove the tooltip.

PS Note, the code is changed in 4.0.1
    static EditorParameterInfoHandler()
    {
      ourPopupChars = new OneToListMap<PsiLanguageType, char>();
      
      ourContextFactory = new List<IParameterInfoContextFactory>();
      foreach (IParameterInfoContextFactory contextFactory in ParameterInfoPopupControllerImpl.Instance.ContextFactories)
      {
        AddContextFactory(contextFactory);
      }
    }


Issue was closed
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments