Releases: zardoy/vscode-experiments
Releases · zardoy/vscode-experiments
v0.0.110
Bug Fixes
- tabsWithNumbers: fix deleted tabs updates (#38)
v0.0.109
New Features
- huge feature for searching & inspecting completions details & documentation in specific position
inspectCompletionsDetails
8748033
v0.0.107
New Features
- remove outline utils from extension
to remove code duplication as they were migrated 9c6791e
v0.0.106
New Features
copyCurrentOutlinePath
! super useful for working with existing JSON structures from JS 8d88d8f
v0.0.105
New Features
- copyVariableName: add multiple classes copying support (#35)
v0.0.104
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
New Features
- generateGitlabPush: generate
git push
with gitlab specific options (#32)
v0.0.102
Bug Fixes
- escapeIfInString: correctly fix unterminated string d29b23e
v0.0.101
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