Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotations don't work at all #54

Open
Dozorengel opened this issue Aug 22, 2021 · 2 comments
Open

Annotations don't work at all #54

Dozorengel opened this issue Aug 22, 2021 · 2 comments

Comments

@Dozorengel
Copy link

Dozorengel commented Aug 22, 2021

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.
image

This error I got when I create a new project and start typing some js code.
image

Windows 10 21H1, WSL2 Ubuntu 20.04, VS Code 1.59.1

@tdwesten
Copy link

tdwesten commented Oct 8, 2021

Same problems overhere

@FlahDev
Copy link

FlahDev commented Aug 1, 2023

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants