Reporter | Roger Martin (rdmartin) |
---|---|
Created | Jun 30, 2011 12:18:55 AM |
Updated | Feb 9, 2012 3:03:13 PM |
Priority | Critical |
Type | Bug |
Fix versions | Next Major |
State | Open |
Assignee | Sergey Shkredov (serjic.shkredov) |
Subsystem | UI - Popup Lists |
Affected versions | 6.0 EAP |
Fixed in build | 6.1.0.6999 |
Consider this javascript class defined in a javascript file:
With ReSharper 6 RC2 I can use F12 in the Initialize function to navigate to the MyData definition in the constructor function, proving that ReSharper knows about the member. But it is not an option in the Intellisense popup window (see attached screenshot).
My opinion is that it should appear in the Intellisense popup.
window.RsDemo = function RsDemo() { this.MyData = null; }; RsDemo.prototype.Initialize = function () { this.MyData = "test"; };
With ReSharper 6 RC2 I can use F12 in the Initialize function to navigate to the MyData definition in the constructor function, proving that ReSharper knows about the member. But it is not an option in the Intellisense popup window (see attached screenshot).
My opinion is that it should appear in the Intellisense popup.