Skip to content

Releases: zardoy/vscode-experiments

v0.0.110

03 Dec 17:04
cffabc5
Compare
Choose a tag to compare

Bug Fixes

  • tabsWithNumbers: fix deleted tabs updates (#38)

v0.0.109

30 Nov 04:24
Compare
Choose a tag to compare

New Features

  • huge feature for searching & inspecting completions details & documentation in specific position
    inspectCompletionsDetails 8748033

v0.0.108

27 Nov 23:26
b12b1d3
Compare
Choose a tag to compare

Bug Fixes

v0.0.107

25 Nov 05:33
Compare
Choose a tag to compare

New Features

  • remove outline utils from extension
    to remove code duplication as they were migrated 9c6791e

v0.0.106

18 Nov 16:24
Compare
Choose a tag to compare

New Features

  • copyCurrentOutlinePath! super useful for working with existing JSON structures from JS 8d88d8f

v0.0.105

18 Nov 00:06
9c54ac6
Compare
Choose a tag to compare

New Features

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

v0.0.104

15 Nov 21:50
Compare
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
Compare
Choose a tag to compare

New Features

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

v0.0.102

06 Oct 05:54
Compare
Choose a tag to compare

Bug Fixes

  • escapeIfInString: correctly fix unterminated string d29b23e

v0.0.101

01 Oct 23:40
86c6e0e
Compare
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