Open Dozorengel opened 3 years ago
Same problems overhere
We don't need this extension anymore, vscode has own support to inlay hints
"editor.inlayHints.enabled": "on",
"typescript.inlayHints.parameterNames.enabled": "all",
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
"typescript.inlayHints.variableTypes.enabled": true,
"typescript.inlayHints.propertyDeclarationTypes.enabled": true,
"typescript.inlayHints.enumMemberValues.enabled": true,
The extension doesn't work on any of my projects (JS, TS, PHP). I got some errors in the console, they are somehow related to the base extension
lannonbr.vscode-js-annotations
.This error I got when I open any of my working projects.
This error I got when I create a new project and start typing some js code.
Windows 10 21H1, WSL2 Ubuntu 20.04, VS Code 1.59.1