microsoft / vscode-typescript-next

Enables typescript@next as VS Code's built-in TypeScript version
https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-next
MIT License
232 stars 43 forks source link

some suggestions are not appearing #80

Closed Bader-Idris closed 1 year ago

Bader-Idris commented 1 year ago

the extension does not suggest some methods such as e.stopPropagation(), and e.preventDefault(). and another issue is that the extension doesn't suggest methods when I create a function, it helps only when it understands that this var or object is capable of specific methods

mjbvz commented 1 year ago

Please file this issue against typeScript: https://github.com/microsoft/TypeScript/issues/new/choose

Be sure to include example code