0.16.0
- Add
portal.api/register!
97dbeb2
UX Changes
- Focus filter input on
/
dcbb084- Press
enter
to re-focus the currently selected value
- Press
- Display multiple shortcuts in command palette d73f5f3
- Improve portal.api docs c7c77a6 4a5012a
- Sort commands by name 2d971f2
- Slurp should now work with strings d9e3b68
- Add scroll-top/bottom commands 0cbe016
- The new
g g
shortcut will scroll to the top - The new
shift+g
shortcut will scroll to the bottom
- The new
- Prefer selected text when copying a7dd105
- Add
portal.runtime.jvm.editor/goto-definition
c926846 8d51f39- It will try and resolve the currently selected value to a file/line/column
location and open it in an editor - emacs and vs-code are the currently supported editors
- Works on many types including vars/files/strings
- The new
g d
shortcut will also trigger this fn
- It will try and resolve the currently selected value to a file/line/column
VS Code extension
Big thanks to @seancorfield for helping test the VS Code extension!