v0.37.0
Minor Changes
-
94c75f8: Add "Find", "Find and replace", and "Jump to line" functionality.
Keybindings for these new commands are:
Cmd + F
/Ctrl + F
- FindCmd + Option + F
/Ctrl + Alt + F
- Find and replaceCmd + G
/Ctrl + G
- Jump to line
Patch Changes
- 71f694a: Fix issue with "Toggle comment" command commenting certain code outside JSX tags with incorrect syntax.