This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

vscode for keil projects

Hi,

I'm developing an extension for vscode that let me deal with keil projects inside vscode.

The main thing it does right now is to analyze the '.uvprojx' file to find all the project and pack includes. This information is used to instruct IntelliSense.

Is out there something available that does the same thing ?

Since CMSIS is opensource, is some kind of library that deals with pack files '.pdsc' available ?