Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 250 forks source link

How to link #include library files to get autocomplete and code suggestions from them? #407

Open noumenonquest opened 7 years ago

noumenonquest commented 7 years ago

How to link the avr #include library files to get autocomplete and code suggestions from them? example #include <avr/io.h>

Robot-Will commented 7 years ago

No idea. I know nothing about ST's completion. Or you could find somthing at https://docs.sublimetext.info/en/latest/extensibility/completions.html.