xabikos / vscode-javascript

Contains the code snippets for JavaScript (ES6) development in VS Code editor
MIT License
328 stars 136 forks source link

in .tsx file not workings #112

Closed chanceyliu closed 1 year ago

chanceyliu commented 1 year ago

I did not make any changes in configuration after installation

in .tsx file

image

in .ts file

image
kostyabushuev commented 1 year ago

@chanceyliu It seems like VSCode bug. Related issue - https://github.com/microsoft/vscode/issues/173244

Advice to use snippets: Try Ctrl+Space after having entered the snippet prefix. Or move the text cursor away, then back, and then do Ctrl+Space.