Releases: zardoy/vscode-experiments
Releases · zardoy/vscode-experiments
v0.0.105
18 Nov 00:06
Compare
Sorry, something went wrong.
No results found
New Features
copyVariableName : add multiple classes copying support (#35 )
v0.0.104
15 Nov 21:50
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
New Features
generateGitlabPush : generate git push with gitlab specific options (#32 )
v0.0.102
06 Oct 05:54
Compare
Sorry, something went wrong.
No results found
Bug Fixes
escapeIfInString : correctly fix unterminated string d29b23e
v0.0.101
01 Oct 23:40
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
New Features
experimental : auto rename jsx/vue tag that is the same as auto-rename tag 9a7c08e
v0.0.98
23 Sep 15:19
Compare
Sorry, something went wrong.
No results found
Bug Fixes
copyVariableName : match function 75649cd
don't replace string args in commands completions 82c177c
v0.0.97
22 Sep 19:08
Compare
Sorry, something went wrong.
No results found
New Features
copyVariableName : class extraction from Vue template / JSX (#29 )
v0.0.96
20 Sep 11:12
Compare
Sorry, something went wrong.
No results found
New Features
add references to JS keywords (such as async <-> await) (#28 )
also add command to navigate between highlighted locations d9e06e2