typescript-vscode-plugins

NO LIMITS FOR TS! Isn't this the most advanced TypeScript plugin as VS Code extension ever created?

MIT License

Stars
56
typescript-vscode-plugins - v0.0.17

Published by zardoy about 2 years ago

🐛 Bug Fixes

  • enable builtin snippet methods in more places such as alias assigning, object literal expr d6a6756c81760048ff6e5968fc388f08affc5417
  • expand builtin snippet method when the same completion is accepted d6a6756c81760048ff6e5968fc388f08affc5417
  • enable builtin snippet methods for aliases, such as path.join d6a6756c81760048ff6e5968fc388f08affc5417
  • don't expand our method snippet for object types d6a6756c81760048ff6e5968fc388f08affc5417
typescript-vscode-plugins - v0.0.16

Published by zardoy about 2 years ago

🐛 Bug Fixes

  • don't expand plugin method snippet before dot 57e4d0b87447e57bda5218d4a3b5c12ce470c8d7
  • fix native object literal expression for method snippets 57e4d0b87447e57bda5218d4a3b5c12ce470c8d7
typescript-vscode-plugins - v0.0.15

Published by zardoy about 2 years ago

🐛 Bug Fixes

  • fix builtin fixConvertConstToLet quickfix! eb8de78beb6f9a6dd1c3b3339889142226319d28
  • wrap in block codeaction now places itself on a new line eb8de78beb6f9a6dd1c3b3339889142226319d28
typescript-vscode-plugins - v0.0.14

Published by zardoy about 2 years ago

Bug Fixes

  • escape $ in banned builtin positions a30cb0ca090e1e25a320dd6c1456b667d0bf2281
  • don't expand method snippet (including builtin) in more places such as object expressions a30cb0ca090e1e25a320dd6c1456b667d0bf2281
typescript-vscode-plugins - v0.0.13

Published by zardoy about 2 years ago

New Features

  • meet @ts-diagnostic-disable! Support can be enabled via new setting, define this on first line in // comment and disable diagnostics you won't see in the editor 6faecfb82b7250171bc589b23c5ef615f01f271f
typescript-vscode-plugins - v0.0.12

Published by zardoy about 2 years ago

New Features

  • include fix for builtin typescript.suggest.completeFunctionCalls in some positions out of the box f96835e70db6b36c7ad52bea9bd2ada9591b697b

Bug Fixes

  • don't insert method snippet in some positions, inclusing const assigning f96835e70db6b36c7ad52bea9bd2ada9591b697b
typescript-vscode-plugins - v0.0.11

Published by zardoy about 2 years ago

New Features

  • big feature! Args snippets for simple arrow callbacks (enabled by default).
    Feature is experimental and doesn't support aliases for now 8f3280ffcbd956eb7f7fc03fcb525fbd019e6a6f
typescript-vscode-plugins - v0.0.10

Published by zardoy about 2 years ago

New Features

  • misc Definition Improvements for react (enabled by default) 07656337aa2248bd58d79320d0e21a59e731359c
  • change Dts File Definition To Js to focus .d.ts -> .js (disabled by default) 07656337aa2248bd58d79320d0e21a59e731359c
  • -big annoyance, meet removeDefinitionFromReferences! (enabled by default)
    Thanks, talk2much! f016cabac006a324ef3402b1964d7c0127697890
typescript-vscode-plugins - v0.0.9

Published by zardoy over 2 years ago

Bug Fixes

  • add import to the list of banned keywords, it means that no space will be added after it
    it was done to fix dynamic imports, it was annoying to always remove the space 28e89acabd48d4fb9df9fcd7f660fc24bdbe6a38
typescript-vscode-plugins - v0.0.8

Published by zardoy over 2 years ago

New Features

  • disable completions at import statement (#17)
typescript-vscode-plugins - v0.0.7

Published by zardoy over 2 years ago

Bug Fixes

  • don't touch banned keywords (they most probably don't need space after it). Make default behavior less annoying a8d830d7401c7ee222ae175cc9f1548d22daf69b
typescript-vscode-plugins - v0.0.6

Published by zardoy over 2 years ago

New Features

  • add codefix for const and let should be declared in block 633e249
typescript-vscode-plugins - v0.0.5

Published by zardoy over 2 years ago

New Features

  • Add suggestions.keywordsInsertText settings
    starting from now, all keywords will now insert space after its name. You can disable it with setting above 66d0a88
typescript-vscode-plugins - v0.0.4

Published by zardoy over 2 years ago

Bug Fixes

  • don't patch text suggestios on functions & static classes functions 36c17f0
typescript-vscode-plugins - v0.0.3

Published by zardoy over 2 years ago

Bug Fixes

typescript-vscode-plugins - v0.0.2

Published by zardoy over 2 years ago

New Features

  • rewrite emmet support. Replace jsxPseudoEmmet.enable setting with jsxEmmet.type
    you can opt into disabling or using real emmet completions (they are broken)
    +perf 3aca612

Bug Fixes

  • give correct intellisense for highlighted props 6a33538
typescript-vscode-plugins - v0.0.1

Published by zardoy over 2 years ago

🎉 First publish with automatic release tool