Hacker News new | ask | show | jobs
by marpstar 3284 days ago
VS Code has practically all of the features you mentioned from both Atom and Sublime Text 3.
3 comments

I'm pretty sure VS Code's window management does not match up. For instance, VS code doesn't allow nested horizontal window panes inside vertical window panes, which is super useful for large displays.
Here is a relevant issue for that feature: https://github.com/Microsoft/vscode/issues/1749

edit: here is the best issue to vote on: https://github.com/Microsoft/vscode/issues/14909

I regularly use VS Code, and this is one of the few features that I don't miss much until I need it, and then I really, really wish it had support for it. This is definitely one of the major negatives for VS Code.
There's still a lot that people seem to love in Atom that VSC doesn't (yet?) offer. The issue/request list[1] offers a good glimpse of what's left.

[1] https://github.com/Microsoft/vscode/issues?q=is%3Aissue+is%3...

Including a good Vim plugin? Last time I tried VS Code, that wasn't the case.
Hey I'm a developer for VSCodeVim (god I feel like a shill sometimes), and I'd love to hear about any issues you have with the plugin.

We've been fairly active developing the plugin, and we've closed a ton of issues and added a lot of new features over the last couple months.

More recently, we've added full Ex command support (through Neovim integration), and there's work underway to support some Vim plugins.