Releases: netmute/ctags-lsp
Releases · netmute/ctags-lsp
v0.6.1
Changelog
- 454d9e6 Implement stubs for required protocol methods
- aec258e Which method wasn't found would be helpful
v0.6.0
Changelog
- 6d8408a Add gitignore support to speed up startup
v0.5.2
Changelog
- a967593 Add Makefile for development builds
- 54479fc Default to cwd if no rootPath is provided by client
- f743442 Handle initialization failure according to LSP spec
- a269d8f Improve line end parsing
v0.5.1
Changelog
- 8321b49 Add editor usage
- 23669f2 Tell client it send us garbage instead of exiting
v0.5.0
Changelog
- 541bc15 Add document symbol support
v0.4.1
Changelog
- 8b10605 Add LSP symbol kinds and use them for workspace symbols
- 796cc2d Formatting
v0.4.0
Changelog
- af06f5b Goto definition and workspace symbol support (might need refactor later)
- ff2e40a Normalize file paths to be relative to rootPath
- bfb2046 Query line number from ctags
- 7e102e1 Refactor cache handling and improve error handling for file content retrieval
- 0758059 Remove non-functional definition handler
- d332b0f Remove trigger characters that we don't explicitly handle
- 0a66e21 Remove unused CodeLens support structures
v0.3.0
Changelog
- 361fec8 Update tag database when file is saved
v0.2.2
Changelog
- 19da45f Add goreleaser configuration