Anycode has seen improvements that should make it less aggressive in indexing and less likely to conflict with a "real" language extensions. Test the following
make sure anycode is installed and enabled
open https://insiders.vscode.dev/github/microsoft/vscode-uri
show output > anycode
make sure there is a message like [CONFIG] ignoring typescript because it is SUPPRESSED by any of [vscode.typescript-language-features]. This means that anycode doesn't do anything for TS because the real TypeScript extension is there
open settings.json and paste the config below
check that the anycode-output shows [index] initializing index for 7 files.
open src/charCode.ts
check that the anycode-output contains [index] unleashed files matching: ts
trigger workspace symbol search, search for parse, and make sure that there is a match for src/uri.ts-Uri.parse
Refs: https://github-com/microsoft/vscode-anycode/pull/38, https://github-com/microsoft/vscode-anycode/pull/39
Complexity: 3
Anycode has seen improvements that should make it less aggressive in indexing and less likely to conflict with a "real" language extensions. Test the following
https://insiders.vscode.dev/github/microsoft/vscode-uri
[CONFIG] ignoring typescript because it is SUPPRESSED by any of [vscode.typescript-language-features]
. This means that anycode doesn't do anything for TS because the real TypeScript extension is there[index] initializing index for 7 files.
src/charCode.ts
[index] unleashed files matching: ts
parse
, and make sure that there is a match forsrc/uri.ts-Uri.parse