Earlier quoted context omitted.
120 is for businesses. For individual developers its way cheaper: € 59.00 /1st year, € 47.00 /2nd year, € 35.00 /3rd yr onwards. And you can cancel your subscription if you are OK with 1 year old version that you will fallback to.
My complaint was not so much about the amount, but rather for the yearly subscription. I really don't like this trend of software as subscription. If it was $120 for buying a license I would probably consider it. But $120 for 1 year use is rather high in my book.
Visual Studio Code 1.5
241–250 of 270 posts
Re: Visual Studio Code 1.5
#242Earlier quoted context omitted.
I connected carussell to the crussell maintaining some fork here: https://gitlab.com/crussell/amVim as pointed elsewhere. It would certainly be possible that he contributed code to the project given that.
Shocker: when I reviewed the code for both projects, I sent fixes to the one that I found to be of high quality. Why is this surprising? And no, I'm not "maintaining some fork"--there's no way to submit patches on GitHub, and the only way to get changes in for most projects hosted there is to throw up a copy of your work as a remote for someone to pull from. My disdain for this workflow is already well-documented.
Pointing it out doesn't mean it was "surprising". Just that it happened -- and as such, it could be a possible conflict of interest.
"Contributor to project X trashes competitive project Y" is a different situation than "Totally unaffiliated with X and Y person, trashes Y".
Perhaps there was bad blood between the two projects, a backstory with interacting with them, etc -- in which case it would be good to know, that's why I asked.
Now, if there were more technical arguments it wouldn't matter -- they could be evaluated regardless of who tells them --, but your comment was mostly summed to: "they are inferior quality" and "they only succeeded because they use vim's name directly", which doesn't leave much to evaluate.
Re: Visual Studio Code 1.5
#243Re: Visual Studio Code 1.5
#244VSCode + TypeScript is an amazing experience for us poor JavaScript developers that never enjoyed proper autocomplete and refactoring in our editors. Writing JavaScript feels like writing random bash scripts with no help now. TypeScript is freaking awesome and you should start using it! :)
Try WebStorm. I'm surprised at how few people use it, given the quality of the autocomplete and code assistance (and the fact that it works just as well with ES6 as it does with TypeScript!)
Re: Visual Studio Code 1.5
#245Earlier quoted context omitted.
My complaint was not so much about the amount, but rather for the yearly subscription. I really don't like this trend of software as subscription. If it was $120 for buying a license I would probably consider it. But $120 for 1 year use is rather high in my book.
In fact, you are paying $120 for a license and then getting a year's worth of free upgrades. After your subscription ends, you're still allowed to use that version.
Re: Visual Studio Code 1.5
#246Earlier quoted context omitted.
I see you haven't abused multicursors.
VS Code has support of multiple cursors. See https://code.visualstudio.com/docs/editor/editingevolved#_mu...
Re: Visual Studio Code 1.5
#247Earlier quoted context omitted.
> On this day and age many don't want to pay for tools. Main part of pycharm is free and open source: https://blog.jetbrains.com/pycharm/2013/10/pycharm-3-0-commu... . > Sometimes I wonder if Emacs and Vi would be so appreciated if they were commercial as well, without any FOSS version available. One reason for multitude of emacs extensions is the open source nature. Average IntelliJ user is less likely to write exte…
I think a comparing intellij platform to eclipse makes more sense. Why is eclipse so unintuitive? For example, why must I click ok after pushing a change to a remote git server? Shouldn't it be a toast?
Re: Visual Studio Code 1.5
#248Love vs code for Go. I dropped sublime immediately.
For some reason, for me, I have to save to get syntax highlighting and errors. Then, I have to save again to clear them. Is this just me?
Re: Visual Studio Code 1.5
#249I wish visual studio code can bring in typings automatically based on different filetypes, or at least get those popular ones ready-to-go.
? You mean like detect .py files as Python? It does that already.
Re: Visual Studio Code 1.5
#250Have they added the ability for projects to have more than one root folder yet?