X-Sharp / XSharpPublic

Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
Apache License 2.0
93 stars 36 forks source link

Intellisense with snippets #723

Open hpetriffer opened 3 years ago

hpetriffer commented 3 years ago

In C# if I write e.g. "prop" , I get allways also the snippets as result for Intellisense. In X# I have to use always CTRL + K + X to select a snippet. Is it possible to get the snippet also as a suggestion. First it can be triggered also with CTRL+SPACE

Thanks

RobertvanderHulst commented 3 years ago

Good idea. We are going to change the code completion for the next build to use the asynchronous API. We will also offer the option to select which kind of options will be included in the completion list. One of these options will be the snippets.