autocomplete - Custom language autocompletion in VS Code -


so wanted customize vs code custom language. made .json snippets parsed out of .inc files i've got language i'd rather want have implemented intellisense. question is, how create custom language intellisense support when have .inc files global variables, functions , on? i've researched couple of hours , couldn't find helped me start.


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -