Live data from Hacker News

The Era of Visual Studio Code

blog.robenkleene.com

691–698 of 698 posts

Re: The Era of Visual Studio Code

#691

Earlier quoted context omitted.

OK, but (for example) my experience is that I only experience this as a problem with PyCharm — it literally becomes unusable; VSCode (say) is fine.

Depends on the plugin that gets activated. Jest can bring it to its knees.

... because of rendering/scaling/4K? Or just anyway?

Re: The Era of Visual Studio Code

#692
post #682

Earlier quoted context omitted.

My biggest complaint is that Shift+V and selecting lines will sometimes jump to completely random spots in my file. It makes it unusuable sometimes.

in what Jetbrains product? I use Visual Lines all the time in webstorm, rider, and clion for multiple purposes possibly some other keybinding is getting accidently triggered somehow..

IntelliJ ultimate! It's the default config so idk! It happens quite a bit when editing twirl templates (scala mvc), so maybe it's that.

Re: The Era of Visual Studio Code

#693
post #670
post #198

I find this post along with the comments in "A Picture of Java in 2020" https://news.ycombinator.com/item?id=24551390 to be incongruous with my experience as a professional developer. My first couple of years writing software I used Vim, then VSCode, then worked in a Java shop and was forced to use IntelliJ. I didn't like it at first, but now after a couple of years I cannot see how I lived without it. The idea that…

The IntelliJ story ends when they ask $300 a year, with no other option.

Like the options to

1. Use the Community edition for free, which does lack enterprise features but includes everything intellij makes so nice, or

2. Buy a version and just use it indefinitely without upgrading and ever paying again?

Re: The Era of Visual Studio Code

#694
post #191

Earlier quoted context omitted.

I was a huge sublime fan, but it seems like the plugin eco-system moved on. At the end of the day, I go where the plugins are.

(Not a sublime fanboy or anything, just curious) What kind of plugins do you use that aren't on sublime? I was reluctant earlier for the same reason, but after I installed sublime-lsp I didn't think I needed much more.

Dart, remote development.

I guess LSP could do Dart which is the most critical aspect.

Though I still need remote development which is non-trivial...

Re: The Era of Visual Studio Code

#695
post #500
post #52

I completely switched to VS Code once I discovered the remote development feature [0]. It allows you to run VS Code locally but work on a project in a different environment (via SSH, Docker, WSL). The integration is seamless - search, debugger, terminal, extensions - everything looks and behaves as if it was running locally but is delegated to the configured remote. You can even have different remotes opened at the s…

The only thing that's been preventing me from fully adopting this is that I don't have my local shell environment (autocomplete, syntax highlighting, etc.) anymore. Maybe I'll have to look at getting that setup in a container sometime, and then copy that over to every container I use.

You can add "-v" flags in the .devcontainer/ json file that map host stuff in so that you get all of that stuff!

Re: The Era of Visual Studio Code

#696
post #96

Earlier quoted context omitted.

Compared to jet brains though? Id argue its a huge improvement.

Comparison of what exactly? JetBrains' IDEs have built-in update managers. They present you each plugin, giving you a tick-box of which ones to update. The Toolbox app manages the IDEs, allowing to update automatically or not, install pre-releases, and roll back. It's polished. The IDEs use the established desktop UI norms of toolbar menus. They come with pre-defined 'Run' templates for many languages/frameworks. The…

I agree its good for a single framework. But the amount of features/ui for things I'll only use once on a blue moon is too high. I'll take config files and shell commands over multiple layers of buttons and menus any day of the week.

Re: The Era of Visual Studio Code

#697
post #302

Earlier quoted context omitted.

But if your buying the full version, then the full library is only another £100 to begin with. Cheaper for personal use, and free for students. https://www.jetbrains.com/idea/buy/#commercial?billing=yearl...

"only" another £100? That's a lot of cash.

That depends on perspective. If you are a professional programmer using JetBrains tools as daily drivers then I think think £100 over the InteliJ price is pretty reasonable to get access to their entire library of tools.

Consultants make at £400 day here, dotnet devs usually more.

If you are a hobbiest, it's cheaper.

And the costs decrease each year.

If you are saying £100, then it sounds like it would offer you money for value, so it's probably not for you.

Re: The Era of Visual Studio Code

#698
post #693
post #670

Earlier quoted context omitted.

The IntelliJ story ends when they ask $300 a year, with no other option.

Like the options to 1. Use the Community edition for free, which does lack enterprise features but includes everything intellij makes so nice, or 2. Buy a version and just use it indefinitely without upgrading and ever paying again?

I double-checked this, you are right, I thought they completely moved to the adobe model, but they are just trying to represent themselves as they did, still you can stop paying and keep using the software you bought
Post reply on HN