You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, with 11SP12 code completion does not work properly. For example members of a type or namespace are not displayed if they do not already exist in the code. Parameter info and quick info does not work also.
How is intellisense implemented, what should work and what not compared to visual studio editor intellisense?
The text was updated successfully, but these errors were encountered:
This is currently expected behavior, but it is a planned enhancement for a future release. By default, the Monaco Editor will offer full Intellisense for JavaScript where it will offer suggestions based on words you've typed and some standard JavaScript libraries. For C# and VB, the editor will only offer suggestions based on words you've typed.
Both the addition of the IOM library into JavaScript and the addition of Intellisense as a whole into C# and VB is an enhancement that's definitely on our radar. We're currently still in the research phase on this one though.
I've filed this issue as an enhancement, so I'm going to leave this issue open for any one else who uses this project and wants to take a crack at implementing it themselves.
Hi, with 11SP12 code completion does not work properly. For example members of a type or namespace are not displayed if they do not already exist in the code. Parameter info and quick info does not work also.
How is intellisense implemented, what should work and what not compared to visual studio editor intellisense?
The text was updated successfully, but these errors were encountered: