Plug-ins for compiling and executing C # code: CS-Script for Notepad ++

Source: Internet
Author: User

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/

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.