Alexey Svetliakov

Results 10 issues of 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...

bug
manager: typing

will allow clipboard interop in wsl mode `:help g:clipboard`

enhancement
wsl

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

enhancement
category: sync
manager: cursor
manager: viewport
category: integration

![neovim](https://user-images.githubusercontent.com/10565303/103502419-305b8d80-4e62-11eb-8f12-524edbf2e0a9.gif) 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...

bug

Custom editors/view can be used for them to prevent messing with normal editors Related: #476 #459 #294 #211

enhancement
manager: buffer

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]

waiting for response

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 ![rainbows](https://cloud.githubusercontent.com/assets/8881674/16010679/9431529c-3182-11e6-8add-ce24ffd45cbe.png)

enhancement
pr-welcome

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.

stale