Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 467 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 467 Bytes

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.