Releases: jasonwilliams/vscode-helix
Releases · jasonwilliams/vscode-helix
v0.2.0
What's Changed
- feat: added open command palette functionality to space mode by @mplemay in #6
- implemented selectPrevCodeAction bindings for hover actions
- implemented ctrl+o for add new line above or under
- Implemented Search All Files
- Updated window modes (included added controls for moving an editor across windows and tabs)
- Status Bar updates so its noticeable when searching
- implemented support for quickOpen navigation (v0.2.1)
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Quite a few changes in this one
- Implements backward/forward navigation
- Implements scroll full page up/down
- Adds a symbol provider for LSP/TS related features
- Implements Select In Function*
- Changes activation event to
*
for faster startup. SadlyonStartupFinished
wasn't quick enough and was causing interaction before the extension was ready.*
isn't recommend usually, but this extension needs to be ready and loaded before the user interacts. - Implements Goto Next/Goto Previous
- Implements "Jump to bracket" "m m"
- Implements scroll half page up/down
- Implements navigate up/down in the file picker (ctrl + p/ctrl + n)
- Implements select all "%"
- Implements Select mode, allowing you to search within a range and add multi-cursors
- Implements
,
for go back to primary selection
- Select In Function and Select Around Function currently do the same thing because VSCode has no way to select just the function body.
Full Changelog: v0.0.1...v0.1.0
https://marketplace.visualstudio.com/items?itemName=jasew.vscode-helix-emulation
v0.0.2
- Ability to enable or disable the extension
- Show correct cursor on startup
- implement match in/around nearest brackets ("mim/mam")
Initial Release
v0.0.1 0.0.2