External editor recognizing #include'd libraries?

   249   0   0
User Avatar
Member
339 posts
Joined: June 2013
Online
Is there a known way to get not just vanilla VEX functions but the ones imported with #include to get their autocompletion?

VScode plugin


Sublime plugin



For reference this is VScode after importing stdio and printf becoming then available in C.






I don't see a json for sublime but for VScode I guess a workaround would be to add all the functions one wants to snippets.json, but I would still prefer this would happen upon an #include.

Cheers
prb
  • Quick Links