Releases: gediminasz/ctags-companion
Releases · gediminasz/ctags-companion
v2023.11.0
readtags
andctags
execution errors are now logged to "Ctags Companion" output channel instead of toast notifications.
v2023.10.2
- Removed reference to no longer functional reindex command.
v2023.10.1
- Updated settings documentation.
v2023.10.0
- Execute shell commands under
powershell.exe
on Windows. This addresses Command Prompt not supporting queries wrapped in single quotes.
v2023.9.0
- Fixed
readtags
command failing when a symbol query contains non-alphanumeric characters.
v2023.8.2
- Changed default setting values for better compatibility with different
readtags
implementations:readtagsGoToDefinitionCommand
: fromreadtags --extension-fields --line-number
toreadtags -en
readtagsGoToSymbolInWorkspaceCommand
: fromreadtags --extension-fields --line-number --prefix-match --icase-match
toreadtags -enpi
v2023.8.1
- Fixed workspace symbol lookup failing when
readtags
returns too many results.
v2023.8.0
- Switched to using the default
tags
file location rather than.vscode/.tags
- Replaced in-memory symbol index with more efficient
readtags
.
v2023.1.0
- 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 settingctags-companion.readtagsEnabled
totrue
. - Added settings
ctags-companion.readtagsGoToDefinitionCommand
andctags-companion.readtagsGoToSymbolInWorkspaceCommand
.
v2022.12.0
- Running ctags with
--fields=+nKz
is no longer required.