Versions Compared

Key

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

...

  • Rudimentary C/C++ project that allows the user to provide commands for the build/run actions and some additional settings.

  • Syntax highlighting using TextMate grammars.

  • Code completion and other editing support is through the Language Server Protocol, using the ccls
    language ccls language server, which the users need to provide themselves;

  • A *very* rudimentary debugger using gdb (based on the Ant debugger, and gdb interface from CND).

...