This plug-in allows you to easily edit and execute C # code (SCRIPT) in the Notepad ++ editor ). It provides general C # Smart sensing and project task management functions, in a similar way to MS Visual Studio. In addition, it provides common debugging functions (with integrated managed debuggers) and c # script-writing deployment packages (script + engine or independent executable files.
Features
- Intelliisense
- CLR type members auto-complete (Ctrl + Space or type '.')
- Add missing 'using' (Ctrl + .)
- Show CLR type quick info. (Hover mouse over the type member)
- Show Method Overloads popup. (F6 or type '(')
- Go to definition (F12)
-In the source code
-In the reconstructed referenced assembly API interface (including XML documentation)
- Smart Indentation
- Formatting C # source code
- CodeMap-panel with the class members of the current. cs document
- Based on 'plain vanilla 'ECMA-compliant C # code
- Impact of the dependency scripts via CS-Script ctictives
- Implicit assembly referencing via automatic resolving namesspaces into assemblies
- Explicit assembly referencing via CS-Script ctictives
- Debug output interception
- Console output interception
- Conventional build/execution error reporting
- Debugging
-Step Over
-Step In
-Step Out
-Set Next Statement
-Toggle breakpoint
-'Call stack'
-'Locals'
- Preparing the script deployment package so it can be executed outside of Notepad ++.
Project home: http://csscriptnpp.codeplex.com/