Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • (MRG) Merge "cnd" and "cpplite" in one cluster https://lists.apache.org/thread/mlcyk5pyjbydxvzc2kzvokfb0htrt75o , merging what is needed from the cpplite cluster into the cnd cluster and dropping the rest.
    • The LSP bindings in cpplite (cpplite.editor/.../spi) to be placed in a reasonable module in cnd (cnd.lsp).
    • Make sure cpplite's LSP settings are under C/C++ Options Dialog
  • (PRJ) Discuss what the future of "cpplite.project" will be.
    • "We might just remove the ability to create new cpplite projects"
  • (CDB) Add the capability in "cnd.makeproject" based projects to generate a "compile_commands.json" with proper files/compilers/flags/include directories, etc.
  • (CC) Add code-completion based on LSP to CND projects.
  • (SH) Add semantic highliting based on LSP to CND projects.

The proposed plan of action is:

3.1.- Move "cpplite/cpplite.debugger" to "cnd/cnd.debugger"

3.2.- Get rid of "cnd/cnd.debugger/external/cpplite-mi-1.0-SNAPSHOT.jar" retrieving donated stuff from contrib/cnd.debugger as required


NOTE: Cpplite "lsp" support does not currently register the LSP servers in the Options Dialog as "ide/lsp.client" does. We could explore the possibility to use "clangd", "ccls" (as cpplite does) or even Apple's sourcekit-lsp: https://github.com/apple/sourcekit-lsp and register them in the Options Dialog of "ide/lsp.client".

...