Alexey Svetliakov
Alexey Svetliakov
Fixes #58 Seems easy to add basic support. By design vscode folds must be used, and neovim won't be aware of them. However we'll skip fold block when moving line-by-line...
@theol0403 that's another issue, second composite key handler doesn't check if you've typed another character between first & second escape keys. Should be easy to fix _Originally posted by @asvetliakov...
will allow clipboard interop in wsl mode `:help g:clipboard`
Need to sync vscode folds to neovim. from the initial look ```onDidChangeTextEditorVisibleRanges``` could be used with ```:{range}fold``` command Rebind neovim folding keys/commands to call vscode folds commands
 here is gif, when cursor on `{` i enter visual mode and press `ctrl+shift+\` and cursor jumps to `{` but then with hjkl it is below opening bracket _Originally...
Custom editors/view can be used for them to prevent messing with normal editors Related: #476 #459 #294 #211
Typings URL: [https://github.com/asvetliakov/typings-radium] Source URL: [https://github.com/FormidableLabs/radium] Typings URL: [https://github.com/asvetliakov/typings-chai-enzyme] Source URL: [https://github.com/producthunt/chai-enzyme]
Thanks for your plugin, with latest changes it works great on windows. I have few more issues now: 1. Popup appears inside // comments 2. Popup appears inside string literals...
For me they are too dull and i'd prefer more vibrant brackets For example this is in VS code 
This will be very useful for those who don't use vscode-jest but want snapshot file colorization. For example users or ```chai-jest-snapshot``` or [snapshot LS extension](https://github.com/asvetliakov/typescript-snapshots-plugin/tree/master/vscode). Thanks for considering.