Skip to content

Releases: zardoy/vscode-experiments

v0.0.105

18 Nov 00:06
9c54ac6

Choose a tag to compare

New Features

  • copyVariableName: add multiple classes copying support (#35)

v0.0.104

15 Nov 21:50

Choose a tag to compare

New Features

  • refactor renameVariableParts (#34)
  • Now pressing esc in renaming part doesn't discard whole operation
  • When entering part renaming, whole text is selected
  • More precisely selecting range for variable to rename, ignoring user selection
  • Now the part that was under cursor is preselected
  • Add command for renaming file name parts with using the same quickpick ff9a1b0

v0.0.103

08 Nov 16:03
ccbce18

Choose a tag to compare

New Features

  • generateGitlabPush: generate git push with gitlab specific options (#32)

v0.0.102

06 Oct 05:54

Choose a tag to compare

Bug Fixes

  • escapeIfInString: correctly fix unterminated string d29b23e

v0.0.101

01 Oct 23:40
86c6e0e

Choose a tag to compare

New Features

  • openReferencesInView command 9310c64
  • new feature that should be builtin! Occurrences Count in statusbar! (disabled by default) 26b6d43

Bug Fixes

  • do not reindent not empty lines e7a72b4
  • add a bit more keywords for navigation 9fde0f5

v0.0.100

25 Sep 15:03

Choose a tag to compare

New Features

  • 100th release! With the features we go beyond with what is defined to be an awesome IDE! f69d49c
  • new-command: now its possible to bind tab to insert type decoration: new command + context (useful with enums) f69d49c
  • type-decorations: always show after !== and === f69d49c

v0.0.99

24 Sep 21:39

Choose a tag to compare

New Features

  • experimental: auto rename jsx/vue tag that is the same as auto-rename tag 9a7c08e

v0.0.98

23 Sep 15:19

Choose a tag to compare

Bug Fixes

  • copyVariableName: match function 75649cd
  • don't replace string args in commands completions 82c177c

v0.0.97

22 Sep 19:08
9d3efa3

Choose a tag to compare

New Features

  • copyVariableName: class extraction from Vue template / JSX (#29)

v0.0.96

20 Sep 11:12
d9e06e2

Choose a tag to compare

New Features

  • add references to JS keywords (such as async <-> await) (#28)
  • also add command to navigate between highlighted locations d9e06e2