-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributing #17
Comments
@adriaanp that would be awesome! I've been using atom/vim-mode as an inspiration for the command/insert mode work, but haven't been porting it directly. |
Any idea on what I can work and focus on? |
We should probably get a bit more organized and make a task list of things we need to do. I've been working on the basics of the different modes and a bit of the navigation keys within command mode: #16. No work yet has been done with the visual mode. @guillermooo has been working on the command console (e.g. Feel free to party 🎉 on whatever you think we're missing or most pressing. |
@jpoon I would like to contribute too. I tried |
Feel free to implement your favorite VI command. I just merged the toggling between various modes: command, insert, visual with the following keybindings:
We also need to make everything more testable. That might mean setting up a pattern for testing VSCode UI (ie. where the current cursor is, the status bar item) or mocking everything out. A quick one might be to figure out how to publish this to the extension gallery. |
Not sure where to put this, but I find Visual Blockwise Mode quite important. I know the implementation should be hard, atom's vim-mode doesn't support it. Any plans for adding that feature? |
Hey guys, I've been working on a previous vim project for vsc, but your guys project looks really promising! I've ported over most of the selection mode over from atom-vim, what state is selection mode in currently? I can try integrating them :). |
@DennyScott we have nothing atm for selection mode. Most of the effort has been with command mode and handling the various commands |
We now have a contributing.md so please refer to that on how to get started. |
Was going to do an extension myself, would love to contribute.
Are you guys starting from a reference project or from scratch? I was thinking of porting the atom vim-mode extension to vscode.
The text was updated successfully, but these errors were encountered: