ipatalas / vscode-postfix-ts

Postfix notation for TypeScript/Javascript - extension for VS Code
MIT License
158 stars 43 forks source link

Propose minor manifest changes #74

Closed zardoy closed 2 years ago

zardoy commented 2 years ago

Initially I just wanted to make name appear first in suggestions, but then decided to propose other changes, for example this settings.json snippet:

Screenshot 2022-09-17 at 19 00 51

Feel free to revert any commit.

ipatalas commented 2 years ago

Cool, I like it, not so much to review here so merging :)

BTW where did you get that defaultSnippets from? VSCode does not auto-complete that and can't find much online :)

zardoy commented 2 years ago

BTW where did you get that defaultSnippets from?

Sorry I missed this somehow. I observed it when was looking at source code of builtin JSON language extension, then documented it for myself here