Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intellisense - code completion (IOM, C#, JS) #2

Open
roval2 opened this issue Apr 29, 2019 · 3 comments
Open

intellisense - code completion (IOM, C#, JS) #2

roval2 opened this issue Apr 29, 2019 · 3 comments
Labels
Help Wanted Assistance is welcome. Type: Enhancement New feature or improvement.

Comments

@roval2
Copy link

roval2 commented Apr 29, 2019

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?

@cgillis-aras cgillis-aras added the Type: Enhancement New feature or improvement. label Apr 30, 2019
@cgillis-aras
Copy link
Contributor

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.

@roval2
Copy link
Author

roval2 commented May 1, 2019

Thanks for clarifying the functionality.
To have full intellisense would be a good improvement!

@roval2 roval2 closed this as completed May 1, 2019
@cgillis-aras
Copy link
Contributor

Hi Roval,

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.

@cgillis-aras cgillis-aras reopened this May 1, 2019
@cgillis-aras cgillis-aras added the Help Wanted Assistance is welcome. label May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Assistance is welcome. Type: Enhancement New feature or improvement.
Projects
None yet
Development

No branches or pull requests

2 participants