/devtools-ccsc

Dev tools for the CCS C Compiler powered by the LSP

Primary LanguageRust

CCS C Dev Tools

Provides a set of tools for PIC MCU development using the CCS C compiler. These tools entail:

  • A Language Server based on the Language Server Protocol
  • A Parser for the C language based on Tree Sitter
  • A VS Code extension

Features

Must haves

  • Hover
  • Static code analysis

Nice to haves

  • Code completion
  • Code Actions like Refactorings, Rename, etc.