GitHub user matthiasblaesing added a comment to the discussion: How to enable code completion for C/C++ in NetBeans 29 on Ubuntu
ccls/clangd will provide completion, but they require additional setup. The corresponding hint is shown at the top of each C file: <img width="366" height="177" alt="grafik" src="https://github.com/user-attachments/assets/781ac1fe-d267-4b4c-b99d-0a4e72734a7a" /> You'll need to create a `compile_commands.json` for completion to work. See https://clang.llvm.org/docs/JSONCompilationDatabase.html GitHub link: https://github.com/apache/netbeans/discussions/9351#discussioncomment-16622584 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [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
