astrochili / vscode-defold

A toolkit for Visual Studio Code to develop games with Defold
https://marketplace.visualstudio.com/items?itemName=astronachos.defold
MIT License
167 stars 10 forks source link

Find the better way to get external libraries API #19

Closed astrochili closed 1 year ago

astrochili commented 1 year ago

Defold has more comfortable way to interact with external libraries, witch are not available in VSCode. There is a hack way to get library headers in VSCode, but, again, it is done manually.

May be it's possible to automate the process of unzipping and removing C++ files?