https://github.com/asukaminato0721/rust-c-lsp
https://github.com/asukaminato0721/rust-c-lsp
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/asukaminato0721/rust-c-lsp
- Owner: asukaminato0721
- License: other
- Created: 2025-09-03T18:48:40.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-09-14T13:35:43.000Z (about 1 month ago)
- Last Synced: 2025-09-27T05:51:07.183Z (19 days ago)
- Language: Rust
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c lsp in rust
Since there is no c-only lsp, I wrote one.
My lsp practise.
## Build
```sh
cd vscode-extension
npm run prebuild
npm run build
```then install vsix
current support
- [x] show var type
- [x] show doc comment
- [x] macro expand
- [x] auto-completion
- [x] struct member completion
- [x] on hover
- [x] fmt
- [x] go to definition
- [x] semantic highlight
- [x] gnu c extension support---
This lsp is mostly vibe coded.