This is an alpha-stage, non-official and non-affiliated vscode extension for the PICC CCS C (command line) compilers made by Custom Computer Services, Inc. (www.ccsinfo.com)
The official ccsinfo PCW IDE has proven functionnality and advantages like wizards, help references etc., and this project has no any intention to replace it. Use it as an alternative on your responsibility.
The author assumes no responsibility or liability for any errors or data lost that this extension may cause.
Please always make copies of your source code.
The information contained in this project is provided on an "as is" basis with no guarantees of completeness, accuracy, or full functionnality.
Install
The best way is to take it online from the vs code extensions marketplace.
Alternatively, you can use VSIX file:
Select vscode extensions section and click over three dots ...
Navigate to the file:
Activate the extension in your PICC CCS Project Folder
Open your project folder with vscode.
Use Ctrl+Shift+P and start typing "PIC..." to setup ( a .vscode subfolder will be created)
Usage
Profit the usual vscode features
When your main .c file is open and focused, select Run Task > "Build Project by PICC" > then type of the compiler.
See PROBLEMS and TERMINAL windows for details.
Development
Clone the code from GitLab project page
Install (once) node.js and vsce (VS Code Extension Manager) and on the TERMINAL type:
npm install -g vsce
npm install
Make your changes...
Package the Extension:
In the extension’s root directory, run: