Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Feibrix932yWhat does ugh mean? I switched to vscode when they released for everything that's not .net and I have no regrets.
What's wrong with it? -
j0n4s54342y@Feibrix for example rust:
When i have a variable xyz with type Bla.
When i start to write xyz. I want recommendations with functions/variables etc that are in the type Bla and not just recommendations based on what i have already written.
For example jetbrains does this even vim with some plugins does this.
Probably something off with my vscode?
And i can't even run it with a click of a Button?
And sometimes when make an error the whole file is Highlighted even after i fixed it And need to wait like 10-20 seconds...
Also it runs on Electron....
It's just that it seems kind of buggy and not like a Finished Product -
j0n4s54342ySorry for this rubbish english my autocorrect is in german and it want's to correct everything to german
-
@jonas-w VSCode has plugins for everything you described. The reason jetbrains is bloated is that it comes with everything included, VSCode also slows down if you download too many plugins. The advantage is that you can pick and choose what you actually want, and they can be tiny.
-
JetBrains all the way. Apart from trying to do smth with F* (which is too fucking obscure to have any sort of support anywhere bar Emacs), everything else has always had the exp where JetBrains > Visual Studio/VSCode many times over.
-
kamen69882yVSCode is fine if you take the time to tweak it and find the extensions that work for you and your tech stack. For me for example not all default shortcuts make sense (I carry over some muscle memory from my time with WebStorm), but I took the time (and still tweak things from time to time) and it's been my primary editor for about 4 years.
-
matt-jd10302yemacs is great and works for virtually everything, it is extremely easy to modify it to your liking as well
-
matt-jd10302y@jonas-w not really, when you forget bindings just use the top menu, there are tons of resources to learn
-
dippy02yInteresting that no one mentioned Sublime Text - one of the nicest features - multicursor
-
kamen69882y@dippy By far not an exclusive feature to Sublime - I use multiple cursors in VSCode all the time.
Sublime deserves recognition for its performance - pretty noticeable with really large files (if you have to work with those) even on an adequate machine. -
IntelliJ + IdeaVim for Java/Kotlin
Neovim for quick git related editing
VsCode for everything else -
hack64562yIntellij for backend stuff, vscode for frontend stuff, sublime for quick edits, txt files etc.
Related Rants
What IDE's/Editors do you use for coding?
When it's just one file i use vim. But for more than one file i can't find anything that i like.
VsCode is just ugh and Jetbrains stuff is super bloated
Any good alternatives or should i learn to like vscode/jetbrains stuff?
question
ide
editor
jetbrains
vscode