Skip to content

Latest commit

 

History

History
134 lines (88 loc) · 10.2 KB

README.md

File metadata and controls

134 lines (88 loc) · 10.2 KB

Parallax Propeller 2 VSCode support

Project Maintenance License Release GitHub issues

Spin2 Extension: Version Installs Ratings

VSCode support for the Propeller languages: Spin2 and Pasm2 for the Parallax Inc. Propeller 2 P2 or P2X8C4M64P along with Spin and Pasm support for the Propeller 1. The P2 and P1 communities thrive in the P2 Forums and the P1 Forums

The P2 Forum Thread containing discussion of this VSCode support

Features

  • Full support for both P1 (spin/pasm) and P2 (spin2/pasm2) languages
  • P2 Support:
    • P2: Syntax and Semantic Highlighting for both Spin2 and Pasm2 including all Streamer and Smart-pin Symbols as well as all debug() statements with parameter validation for all display types
    • P2: Show Hovers Feature Hovers show information about the symbol/object that's below the mouse cursor. In our case this is for both user written code and for Spin2 built-ins.
    • P2: Signature Help Feature As you are typing a method name show signature help for both user written methods and for Spin2 built-in methods.
  • P1 Support:
    • P1: Syntax and Semantic Highlighting for both Spin and Pasm
    • P1: Show Hovers Feature Hovers show information about the symbol/object that's below the mouse cursor. In our case this is for both user written code and for Spin built-ins.
    • P1: Signature Help Feature As you are typing a method name show signature help for both user written methods and for Spin built-in