I am new in programming cs scripts (csx files).
But I have the problem that I do not have any intellisense. How can I get intellisense support in Visual Studio 2015 for it?
I would try: In Visual Studio 2015, go to 'Tools | Options | Text Editor | C# | General both "Auto list members" and "Parameter information" should be checked. If that doesn't work I would try to disable ReSharper in VS2013 and try to get the normal intellisense working.
If you find IntelliSense has stopped working, the language service may not be running. Try restarting VS Code and this should solve the issue. If you are still missing IntelliSense features after installing a language extension, open an issue in the repository of the language extension.
Windi CSS IntelliSense enhances the Windi development experience by providing Visual Studio Code users with advanced features such as autocomplete, syntax highlighting, code folding, and building.
There is an Intellisense extension for CS Script. However it states that it's for Visual Studio up to 2013 version, so maybe it is not compatible with 2015 version.
They are scripting engines based on Roslyn engine (and Mono REPL Engine for some of them). The syntax is extended:
using
are not needed (like System
or the like)Obviously providing intellisense for such extended syntax is more complex and Support by Visual Studio 2015 Update 3 is not complete.
But it is available in Visual Studio Code through Omnisharp.
Note for Resharper Users:
You have to disable intellisense of Resharper for all Cs files (as R# see them as C# but cannot handle intellisense for them) and of course specify *.csx files as skipped by code inspection.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With