Skip to content

Releases: netmute/ctags-lsp

v0.6.1

22 Dec 11:12
Compare
Choose a tag to compare

Changelog

  • 454d9e6 Implement stubs for required protocol methods
  • aec258e Which method wasn't found would be helpful

v0.6.0

08 Dec 14:41
Compare
Choose a tag to compare

Changelog

  • 6d8408a Add gitignore support to speed up startup

v0.5.2

06 Dec 18:10
Compare
Choose a tag to compare

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

04 Dec 17:56
Compare
Choose a tag to compare

Changelog

  • 8321b49 Add editor usage
  • 23669f2 Tell client it send us garbage instead of exiting

v0.5.0

02 Dec 14:24
Compare
Choose a tag to compare

Changelog

  • 541bc15 Add document symbol support

v0.4.1

01 Dec 17:04
Compare
Choose a tag to compare

Changelog

  • 8b10605 Add LSP symbol kinds and use them for workspace symbols
  • 796cc2d Formatting

v0.4.0

29 Nov 19:38
Compare
Choose a tag to compare

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

26 Nov 10:23
Compare
Choose a tag to compare

Changelog

  • 361fec8 Update tag database when file is saved

v0.2.3

22 Nov 17:55
Compare
Choose a tag to compare

Changelog

v0.2.2

21 Nov 16:01
Compare
Choose a tag to compare

Changelog

  • 19da45f Add goreleaser configuration