supnate / rekit

IDE and toolkit for building scalable web applications with React, Redux and React-router
http://rekit.js.org
MIT License
4.48k stars 258 forks source link

support vim emulator in editor? #143

Open vid opened 6 years ago

vid commented 6 years ago

Is there any way to support https://github.com/VSCodeVim/Vim in the editor? Thanks.

vid commented 6 years ago

I see this is outside the scope of rekit so will close.

supnate commented 6 years ago

Thanks @vid for the suggestion. I know codesandbox.io provides an editor option of CodeMirror besides Monaco editor for the VM simulator. Maybe we can do it the same way. It's really a reasonable feature candidate in future.

vid commented 6 years ago

It looks like this might happen via the Monaco editor. https://github.com/Microsoft/monaco-editor/issues/182

vid commented 6 years ago

It's happened! https://github.com/brijeshb42/monaco-vim

supnate commented 6 years ago

Thanks @vid for the information, I will try to integrate it in the Rekit 3.0 release:-) Expected to be in 1-2 months since it will be a big release.

zysuper commented 5 years ago

So when is rekit 3.0 released?