Skip to content

v0.0.51

Compare
Choose a tag to compare
@zardoy zardoy released this 02 Mar 12:36
8e9e555

✨ New Features

  • add methodSnippets.replaceArguments (powerful way to customize methodSnippets) 1ff1893
  • new-refactoring: Add Split Declaration and Initialization refactoring code action! The activation range is either const or let keyword. Also, add comparing refactor extensions docs (#108)
  • add extract to JSX component refactoring and display it instead of extract into function code actions when range within jsx
    update docs f2a83cc
  • Rewrote enableMethodSnippets from the ground, fixing old bugs and introducing absolutely new modes (settings). Now enableMethodSnippets works on absolutely any variable that actually has signature. Finally! 0ef516a
  • experiments.changeKindToFunction (disabled by default), change arrow functions to method kind in completions. 6493a3a

🐛 Bug Fixes

  • don't crash "fix all missing imports" in unpatched ts 5.0 d13b25b