Earlier quoted context omitted.
Never used atom, I use sublime. Also can't find any extension named sshfs. I don't want to install another FTP program and then open it up every time I want to make a change.
sshfs is a utility that allows you to mount a remote directory locally over an SSH connection.
Visual Studio Code 1.6
121–130 of 231 posts
Re: Visual Studio Code 1.6
#122Earlier quoted context omitted.
"As much as I wouldn't have believed this 10 years ago, Microsoft does open source better than almost everyone." This. They are treating vscode like its a core (cash cow) product. I'd say google embraced/adopted open source early on and now microsoft is playing catchup while now becoming one of the very best to do it.
I see Microsoft's open source efforts as a means to an end.
Re: Visual Studio Code 1.6
#123Earlier quoted context omitted.
"As much as I wouldn't have believed this 10 years ago, Microsoft does open source better than almost everyone." This. They are treating vscode like its a core (cash cow) product. I'd say google embraced/adopted open source early on and now microsoft is playing catchup while now becoming one of the very best to do it.
I see Microsoft's open source efforts as a means to an end.
That doesn't invalidate their contributions.
Re: Visual Studio Code 1.6
#124Earlier quoted context omitted.
Here's a good test: Do you want a text editor, or do you want something that's close to an IDE? Atom/VS Code exist to be IDE-y, not as thought experiments on text editors in the browser. Their advantages are in the ease of developing extensions and tools that aren't part of the core package. The difference is similar to Vim/Emacs. Of course Vim has some IDE-y plugins, but they're rarely as rich as what ends up gettin…
Choppy scrolling is a high price to pay for an IDE in my opinion.
Re: Visual Studio Code 1.6
#125If any of the VS Code developers are reading this, I have a few suggestions: When I open a single code file with VS Code, I'd like the workspace to automatically get populated with the other files in the same folder, or at least have a simple option to do so. I like that VS Code use the folder structure instead of a special project file like .sln, but this is a small annoyance since I often open single files before d…
There are multiple extensions that run code without any setup for almost any language. I use https://marketplace.visualstudio.com/items?itemName=formulah...
Re: Visual Studio Code 1.6
#126Looks like this editor is constantly improving. Anyone have an opinion on how this editor compares to webstorm? Suppose I'll have to just give it a try to find out.
debugging is the best I've ever experienced. Webstorm debugging was problematic for me a year and a half ago. Visual Code has surpassed Atom by far as well, which weirdly does NOT support client side debugging for javascript (and that's a major mistake on Atom's behalf). In VSCode debugging is of course provided by 3rd party packages, but their API and rich debugging GUI seems to make it extremely easy to hook into i…
[1] Though other editors might follow. Just saw that the Firefox Debugger team would be interested in integrating their new react/redux based debugger into Atom: https://twitter.com/clarkbw/status/783358566858010624
Re: Visual Studio Code 1.6
#127Earlier quoted context omitted.
I love so many thing about VSCode but multiple top-level folders is a necessity in order for me to use this as my daily editor. Microsoft pls
Use the UserVoice, Luke! It's the main way they get feedback and feature requests and they seem to really pay attention to it.
[1]https://code.visualstudio.com/blogs/2016/08/19/goodbyeuservo...
Re: Visual Studio Code 1.6
#128I only miss a code minimap. It's my choice for code editor since its release, replacing Atom.
Re: Visual Studio Code 1.6
#129What I find to be hilariously missing is drag & drop for the selected text. I tried switching to VS code a couple of days ago and realized I couldn't do such a basic thing. That and a decent FTP extension. No one wants to sync their entire project just to upload a single file. ugh.
You use drag and drop of selections? I don't think I've ever done that on purpose --- every time I've ever dragged selected text has been by accident, followed by much cursing as I try to fix my mangled document. I'd turn it off system-wide if I could!