jlahoda commented on pull request #2234: URL: https://github.com/apache/netbeans/pull/2234#issuecomment-737003312
@rimmartin, I know people are using one of (many) features CND has that cpplite does not. Like e.g. Configurations in the project. If you can get/generate compile_commands.json[1] in the project's root directory (for the one with packga.json for npm projects, I think), and install either clangd or ccls, then the code completion might actually work. [1] https://sarcasm.github.io/notes/dev/compilation-database.html ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
