Project
ReSharper
Priority
Major
Type
Bug
Fix versions
5.1
State
Won't fix
Assignee
Olga Lobacheva
Subsystem
PSI
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Olga Lobacheva
    3 years ago (23 Dec 2008 22:12)
  • Updated by   Olga Lobacheva
    11 months ago (21 Feb 2011 19:31)
  • Jira: RSRP-89315
    (history, comments)
 
RSRP-89315 Module via Namespace in import directives
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
1. Add symbols from Namespace & Module both
2. Import directive should have multiple candidates
3. Check import popup after all

Imports VBExperimentsField.Bug

Namespace Bug
  Public Class ImportWanted
  End Class
End Namespace

Module Bug  
End Module

Public Class Bla
  Dim x As ImportWanted

  Public Sub H()
  End Sub

End Class
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Olga Lobacheva
  Olga Lobacheva
11 Mar 2009 13:17
2 years ago
Import popup - its bug in Import popup logic. Here problem is that resolve prefer class than namespace, but should give multiple candidates.