You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've enabled project wide IntelliSense on web for JS/TS projects with a key limitations. More importantly, all semantic errors are currently disabled until we ship support for type acquisition on web. Additionally, intellisense will not work for third party packages for the same reason
Try our Intellisense features like find all references and go to definition, along with auto imports. Also try changing the tsconfig.json (such as turning on/off certain strictness errors) and make sure these changes are picked up
You can disable project wide Intellisense on web by setting typescript.tsserver.web.projectWideIntellisense.enabled
The text was updated successfully, but these errors were encountered:
Test for #170920
Complexity: 4
Create Issue
Summary
We've enabled project wide IntelliSense on web for JS/TS projects with a key limitations. More importantly, all semantic errors are currently disabled until we ship support for type acquisition on web. Additionally, intellisense will not work for third party packages for the same reason
Testing
For this test plan item, try exploring that works and what doesn't with this feature. You can use https://insiders.vscode.dev/github/microsoft/vscode-markdown-languageservice to test
Try our Intellisense features like
find all references
andgo to definition
, along with auto imports. Also try changing thetsconfig.json
(such as turning on/off certain strictness errors) and make sure these changes are picked upYou can disable project wide Intellisense on web by setting
typescript.tsserver.web.projectWideIntellisense.enabled
The text was updated successfully, but these errors were encountered: