Author |
Message |
Topic: Visual Studio Code and the CCS compiler |
pgvt
Replies: 19
Views: 39271
|
Forum: General CCS C Discussion Posted: Sat Mar 01, 2025 2:01 pm Subject: Thanks |
After >400 installs finally a word here.
I'm glad I am helping you to enjoy more this great compiler. |
Topic: Visual Studio Code and the CCS compiler |
pgvt
Replies: 19
Views: 39271
|
Forum: General CCS C Discussion Posted: Fri Nov 15, 2024 4:25 pm Subject: Published |
Reminder:
It is a non-official and non-affiliated with CCS thing!
The work was done 85% by AI on a quick manner rather for my personal use.
Use it on your risks.
The official PCW IDE has a lot ... |
Topic: Visual Studio Code and the CCS compiler |
pgvt
Replies: 19
Views: 39271
|
Forum: General CCS C Discussion Posted: Mon Nov 11, 2024 10:11 pm Subject: Extension |
Here it is as a vscode extension ... whatever:
Extension: vscode-picc-ccs-support-0.0.1.vsix with screenshots
Once installed as extension, navigate to your project folder and activate.
See the ... |
Topic: Visual Studio Code and the CCS compiler |
pgvt
Replies: 19
Views: 39271
|
Forum: General CCS C Discussion Posted: Mon Nov 11, 2024 9:31 am Subject: More |
To call the compiler, vscode needs to be focused at your <project-main>.c file, then select "Run Task" from the upper side middle (general search) of vscode and then "Build by PIC ... |
Topic: Visual Studio Code and the CCS compiler |
pgvt
Replies: 19
Views: 39271
|
Forum: General CCS C Discussion Posted: Mon Nov 11, 2024 8:56 am Subject: More |
A quick (maybe old ) vscode editor keys legend and variable references
vscode keysvariables reference
Not sure about "extension" probably it's possible
For me this way is ok, I s ... |
Topic: Visual Studio Code and the CCS compiler |
pgvt
Replies: 19
Views: 39271
|
Forum: General CCS C Discussion Posted: Mon Nov 11, 2024 8:45 am Subject: Here you go: |
1. Create a sub-folder ./vscode and place inside:
2. A new file named tasks.json with contents:
{
"version": "2.0.0",
"inputs": [
{
... |
Topic: Visual Studio Code and the CCS compiler |
pgvt
Replies: 19
Views: 39271
|
Forum: General CCS C Discussion Posted: Mon Nov 11, 2024 8:06 am Subject: Yes, it works very good w/ latest (Nov. 2024) vscode |
Please reply if anyone is still interested.
I managed to use vscode with command line compilers that come with PCWHD suite and see nicely the references, do auto-compete as you type - provided by ... |
|