Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kralicky authored Jul 9, 2023
1 parent 6635b56 commit de28e40
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,21 @@ A language server implementation for Protocol Buffers. Still in development.
Features in progress:
- [x] Semantic token syntax highlighting
- [x] Code formatting in the style of gofmt
- [x] Detailed workspace diagnostics
- [x] Import resolution
- [x] Filesystem
- [x] Go module path lookup with inline sources
- [x] Go module path lookup with missing proto sources synthesized from generated code
- [ ] LSP features:
- [x] Document and workspace diagnostics
- [x] Import links
- [x] Go-to-definition
- [ ] Find references
- [ ] Find references to generated code
- [x] Hover
- [ ] Document and workspace symbols
- [ ] Code Actions
- [ ] Code Lens
- [ ] Rename symbols
- Code completion:
- [x] Message and enum types (with automatic import management)
- [ ] Import paths
Expand Down

0 comments on commit de28e40

Please sign in to comment.