(no title)
nimz
|
6 years ago
Great to hear and congratulations to the team. Amazing persistence. I used to be a huge Textmate fan - it was so revolutionary in its time. Unfortunately, I think it is too late. The Google Trends comparison of Textmate, Sublime Text and VS Code tells the story: https://trends.google.com/trends/explore?date=all&geo=US&q=%...
fookitty|6 years ago
maremp|6 years ago
I don't search 'vscode [something]' nearly as much. Most of the configuration options are explained in the interface (both the visual one and `settings.json`). I can find plugins right from the editor and that usually also includes essential information about working with the plugin.
I still use barebones vim for commit messages, and I still find myself looking for how to trigger the spelling suggestions. I never seem to recall the `z=` when I need it.
Just because something is less user-friendly and requires more knowledge or looking for help, it doesn't mean it's more popular.
The Stack Overflow developer survey is probably a more representative sample: https://insights.stackoverflow.com/survey/2019#technology-_-....
workaway|6 years ago
endijs|6 years ago
pnako|6 years ago
https://trends.google.com/trends/explore?date=all&geo=US&q=%...
elcritch|6 years ago
Looks like Emas used to rule the roost but then died away. What really piques my interest is why those of us in Wyoming (and the Dakota’s and Alaska) and apparently love Vim:
https://trends.google.com/trends/explore?q=%22textmate%22,%2...
georgehaake|6 years ago
xapata|6 years ago
skocznymroczny|6 years ago
lucideer|6 years ago
See for example: https://trends.google.com/trends/explore?date=all&geo=US&q=%...
snazz|6 years ago
TylerE|6 years ago
Sure, much of the API and all the plugin stuff is in Python, but the core is all native C++ AFAIK.
jimmcslim|6 years ago
Panic seems prepared to take that bet, with their development of Nova [1], a replacement for Coda.
[1] https://www.panic.com/nova/
armitron|6 years ago
Example: https://www.youtube.com/watch?v=FWQB_9QcGI0
ViViDboarder|6 years ago
If I wasn’t writing so much Python, I’d say I have a type.
coldtea|6 years ago
Visual Studio, Sublime Text, TextMate, BBEdit, SlickEdit, Notepad++, XCode, Vim, Emacs, heck, one could add IntelliJ into the mix...
rosybox|6 years ago
Haven't noticed any performance problems with VS Code, since I started using it everyday maybe 3 years ago. I switched from Intellij based editors to VS Code and before that I used vim for a decade.
jordwalke|6 years ago
It is native, cross platform, and not based on Electron. It also uses Vim as the core editing engine.
xipho|6 years ago
https://trends.google.com/trends/explore?date=all&geo=US&q=%...
notatoad|6 years ago
https://trends.google.com/trends/explore?date=all&geo=US&q=%...
(and if you keep it to search terms but swap "visual studio code" for "vscode" you see a simialar rise)
chr1|6 years ago
portlander12345|6 years ago
unknown|6 years ago
[deleted]
kator|6 years ago
moocowtruck|6 years ago
elliotf|6 years ago
halflings|6 years ago
Half-joking, but I think it is actually over-estimating the vim user base because there are so many things to search when learning to use vim, whereas the others are much closer to a traditional word processors.
saagarjha|6 years ago
Theodores|6 years ago
Using git with vim also seems a popular search combo.
Personally I am amazed that the younger generation are keen to learn vim. I don't see why as I have gone the other way to only use phpStorm for editing in earnest. For me using vim for code instead of phpStorm is a bit like handwriting instead of typing, a definite loss of formatting and neatness.
The reason I find modern interest in vim so amusing is that there is no compelling excuse to use it. In the olden days when you had to queue to use a terminal in a computer room to enter code you had handwritten on paper there were no 'nano' or other editors, you had to learn and use vi.
I don't believe vi is quicker than a full size IDE but I still use vi, find and grep because I don't fully trust these new IDE tools and I am fairly dyed in the wool as a command line user.
The tools I don't fully understand are the textmate, sublime, notepad++ and other middling editors that don't offer the brilliance of vim or the possibilities of a phpStorm grade editor.
sixothree|6 years ago
tinodotim|6 years ago
https://trends.google.com/trends/explore?date=today%205-y&ge...
bluedino|6 years ago
overcast|6 years ago
mikl|6 years ago
patrickmcnamara|6 years ago
Advaith|6 years ago
That's an interesting comparison. I completely agree that VSCode is the rage right now. Sublime was big 2014-2016. I'm surprised atom isn't as popular (I suspect its because of the awful loading time)
thedanbob|6 years ago
lettergram|6 years ago
https://trends.google.com/trends/explore?date=all&geo=US&q=%...
WilliamEdward|6 years ago
zerr|6 years ago
Nicksil|6 years ago
arthurcolle|6 years ago
But apparently VS Code is becoming extremely popular. I wonder if its literally just because of GitLens (still missing from other text editors).
Disclaimer: RubyMine / IntelliJ for life.