Closed
Description
The IDE currently does not provide any form of CTRL-SPACE code completion. The feature is sorely missing, especially for newbies like me. The feature should cover the following
- basic completion based on KWxxx and LITyyy available in the sketch libraries
- specific completion for different file types (keywords.txt, dependencies.txt, library.properties)
- a clean framework for future file types, ....
extended feature would cover more 'smartness' inside c/c++/h/hpp files, WITHOUT writing a full-blown parser