vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Enabling typescript.preferGoToSourceDefinition breaks Intellisense

Open J-Dickson opened this issue 1 year ago • 1 comments

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: Version: 1.86.2 Commit: 903b1e9d8990623e3d7da1df3d33db3e42d80eda Date: 2024-02-13T19:42:12.210Z Electron: 27.2.3 ElectronBuildId: 26908389 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Darwin arm64 23.3.0
  • OS Version: Mac OS 14.3.1 (23D60)

Steps to Reproduce:

  1. Download the above version of VSCode
  2. Enable "typescript.preferGoToSourceDefinition": true in settings
  3. Try and cmd + click functions etc in TypeScript files, the Loading text will show in the intellisense hover over, suggestions aren't loaded, colours for any functions, classes, import etc aren't applied to new code added

image

J-Dickson avatar Feb 16 '24 10:02 J-Dickson