Skip to content

Releases: gediminasz/ctags-companion

v2023.11.0

05 Nov 11:44
Compare
Choose a tag to compare
  • readtags and ctags execution errors are now logged to "Ctags Companion" output channel instead of toast notifications.

v2023.10.2

19 Oct 10:15
cd5fe55
Compare
Choose a tag to compare
  • Removed reference to no longer functional reindex command.

v2023.10.1

03 Oct 09:04
7abb91b
Compare
Choose a tag to compare
  • Updated settings documentation.

v2023.10.0

02 Oct 16:16
54460cf
Compare
Choose a tag to compare
  • Execute shell commands under powershell.exe on Windows. This addresses Command Prompt not supporting queries wrapped in single quotes.

v2023.9.0

22 Sep 15:26
f4300b4
Compare
Choose a tag to compare
  • Fixed readtags command failing when a symbol query contains non-alphanumeric characters.

v2023.8.2

07 Aug 13:33
52e9c67
Compare
Choose a tag to compare
  • Changed default setting values for better compatibility with different readtags implementations:
    • readtagsGoToDefinitionCommand: from readtags --extension-fields --line-number to readtags -en
    • readtagsGoToSymbolInWorkspaceCommand: from readtags --extension-fields --line-number --prefix-match --icase-match to readtags -enpi

v2023.8.1

01 Aug 11:59
150d214
Compare
Choose a tag to compare
  • Fixed workspace symbol lookup failing when readtags returns too many results.

v2023.8.0

01 Aug 09:46
ce3b776
Compare
Choose a tag to compare
  • Switched to using the default tags file location rather than .vscode/.tags
  • Replaced in-memory symbol index with more efficient readtags.

v2023.1.0

27 Jan 16:31
927de83
Compare
Choose a tag to compare
  • Improved stability when indexing large ctags files.
  • Added experimental definitions provider based on readtags. Compared to an in-memory index it is faster and more memory efficient. This provider can enabled by setting ctags-companion.readtagsEnabled to true.
  • Added settings ctags-companion.readtagsGoToDefinitionCommand and ctags-companion.readtagsGoToSymbolInWorkspaceCommand.

v2022.12.0

09 Dec 17:43
Compare
Choose a tag to compare
  • Running ctags with --fields=+nKz is no longer required.