Skip to content

v0.0.54

Compare
Choose a tag to compare
@zardoy zardoy released this 05 Apr 19:14
fcc38d1

✨ New Features

  • object literal completions for just true or false types c92d568
  • insertNameOfCompletion command that is useful to bind when suggest widget is visible to insert name instead of insertText of TS completion. Useful with "tsEssentialPlugins.objectLiteralCompletions.keepOriginal": "remove" af72f55
  • renameImportNameOfFileRename - disabled by default, but super recommended a45ad97
  • skipNodeModulesReferences (disabled by default, but recommended) 2bde27c

🐛 Bug Fixes

  • object-literal-completions: use symbol completion knowledge. In other words starting from TS 5 now object literal completions should work in absolutely any location for any supported completion c92d568
  • rewrite method-snippets so they are faster and compatible with Windows on latest vscode release. Now they are resolved when showing documentation (much earlier), instead of when completion accepted. 20c53f4
  • volar: prevent LS crash (#122)