- JSON Escape Assistant
- Only rename changed identifiers that intersect with the current selection. This prevents accidental renames.
- Repairs readme.
- Setting
hediet-power-tools.applyRename.theme
: Allows to customize how tracked identifiers are highlighted.
- Stack Frame Line Highlighter now works across multiple files.
- Removes restriction to only rename 2 symbols at once.
- Makes highlighting less obtrusive.
- Adds code action to apply a rename.
- Binds apply rename to shift+enter rather than F2.
- Does not override shift+enter if the current selection does not intersect with the tracked spans.
- Custom Definition feature
- Stack Frame Highlight feature
- Debug Adapter Logger Feature
- Binds escape to abort rename session
- Initial release