Reddit
reddit.com › r/learnjava › intellij or vs code
r/learnjava on Reddit: IntelliJ or VS Code
August 20, 2023 -
I am learning Java using IntelliJ Ultimate trial version. Should I switch to VS code? I do not want to lose my code once the IntelliJ trial ends. Am I wrong about loosing my code??
Top answer 1 of 5
35
Just switch to the free IntelliJ Community Edition.
2 of 5
21
IntelliJ IDEA is an IDE, and VS Code is a code editor that can become an IDE with extensions. Your code is saved within files that are not tied to the installation of a particular software. It's like worrying about losing all your Word documents if you uninstall Microsoft Office. To answer your questions. No, you will not lose your code, and my suggestion would be to continue using IntelliJ IDEA, as it is much faster and better than VS Code.
DEV Community
dev.to › blankly › an-honest-comparison-of-vs-code-vs-jetbrains-5-points-1mbd
An Honest Comparison of VS Code vs JetBrains - 5 Points - DEV Community
January 9, 2022 - I think Fleet will bring some of the nice ideas in VSCode and unify it with the power of JetBrains. I'm on the internal beta and it looks very good. About plugins. I worked on plugins for both platforms and they each have their pain points. But in the end I have to say IntelliJ is still way ahead.
How does IntelliJ compare to VS Code for Java development, and what should I do when the IntelliJ trial ends? - LambdaTest Community
Heyyaa!! 🙃 I’m currently learning Java using the IntelliJ Ultimate trial version, but I’m wondering if I should switch to VS Code. My main concern is that I might lose my code once the trial ends, and I’m not sure if that’s a valid concern. Can anyone clarify this? More on community.lambdatest.com
Intellij vs VsCode
Intellij for anything serious. After all these years it is still light years ahead of competitors in terms of navigation/analysis/refactoring/git workflow/multi-language development etc. LazyVim for quick file editing. Type “nvim” and you’re good to go. VSCode looses in both categories. More on reddit.com
VS Code vs IntelliJ IDEA
I’m getting ready to build my first module, and wondering about pros and cons of VS Code vs IntelliJ IDEA. Anyone using VS Code? Note, this module will initially be built for v7.9. Any other noob tips? More on forum.inductiveautomation.com
Which IDE to use: VsCode, Intellij, something else?
Total newbie here, setting up for the first time. Which IDE should I use: VsCode, Intellij, something else? In the past I've used Intellij a lot, but nowadays it is a bit bloated. TIA! More on users.rust-lang.org
Videos
30:52
Battle of the IDEs: IntelliJ IDEA vs Microsoft Visual Studio Code ...
02:51
JetBrains vs VS Code: Which IDE Should You Use in 2025? - YouTube
05:41
IntelliJ vs Eclipse vs VSCode | Which IDE is Best for You in 2025?
5 Reasons Why I don't use VS Code as my primary IDE
r/vscode on Reddit: 📦 Dev Containers: VS Code vs. JetBrains ...
r/java on Reddit: 16 Missing Features in the VS Code Debugger (that ...
Mokkapps
mokkapps.de › blog › why-i-switched-back-from-vscode-to-intellij-idea
Why I Switched Back From VS Code to IntelliJ IDEA: A Developer's Journey - Michael Hoffmann | Michael Hoffmann - Senior Frontend Developer (Freelancer) from Germany with focus on Vue.js
September 14, 2025 - In this blog post, I'll share the reasons why I transitioned back to using IntelliJ as my primary integrated development environment (IDE) after a period with Visual Studio Code. Despite VS Code's early advantages for developing with Nuxt 3, recent developments have led me back to IntelliJ due to its superior Git integration, efficient project indexing, minimalist plugin needs, and robust debugging and database tools.
Hacker News
news.ycombinator.com › item
I wonder how intellij will survive if vscode becomes a standard for pretty much ... | Hacker News
September 7, 2018 - Which makes me wonder if kotlin will also survive if intellij goes bankrupt · I can say that in no way I found VSCode be able to to take on it, even the JavaScript support and they way they have integration with many JavaScript frameworks and other languages frameworks is something I cannot ...
Hacker News
news.ycombinator.com › item
> People moved from IntelliJ to VSC because it was faster, simpler and language-... | Hacker News
November 30, 2021 - From my experience, most people who nowadays start programming, flock to vscode because it's free, used in most tutorials and then they simply do not understand why a certain paid IDE could be better, because they never tried it. Which is right with their statement.
Reddit
reddit.com › r/intellijidea › intellij vs vscode
r/IntelliJIDEA on Reddit: Intellij vs VsCode
April 27, 2024 -
What are the major pros and cons of vs code over intellij?
Top answer 1 of 5
19
Intellij for anything serious. After all these years it is still light years ahead of competitors in terms of navigation/analysis/refactoring/git workflow/multi-language development etc. LazyVim for quick file editing. Type “nvim” and you’re good to go. VSCode looses in both categories.
2 of 5
10
I'm using both. IJ is my daily drive for Java development. IJ is much better and more versatile for Java development than VSCode. VSCode on the other hand is better at other languages: javascript, typescript, python, shell, ...
Rust Programming Language
users.rust-lang.org › editors and ides
Which IDE to use: VsCode, Intellij, something else? - editors and IDEs - The Rust Programming Language Forum
May 5, 2022 - Total newbie here, setting up for the first time. Which IDE should I use: VsCode, Intellij, something else? In the past I've used Intellij a lot, but nowadays it is a bit bloated. TIA!
Rust Programming Language
users.rust-lang.org › t › anyone-here-go-intellij-vscode › 84499
Anyone here go IntelliJ -> VSCode? - The Rust Programming Language Forum
November 18, 2022 - For those who went IntelliJ -> VSCode and stuck with VSCode, what made it stick for you? Every now and then, I get tempted to switch from IntelliJ to VSCode, but it never quite sticks for me -- I end up going back to In…
Sonar Community
community.sonarsource.com › sonarqube for ide › vs code
Difference between Sonarlint in Vs Code and Intellij - VS Code - Sonar Community
November 22, 2024 - Please provide Operating system: Ubuntu 22.04 SonarLint plugin version: - Vs code: v4.12.0 - Intellij: 10.12.0.79769 Programming language you’re coding in: Java Is connected mode used: Connected to SonarQube (and which version): SonarQube Developer Edition v10.7 And a thorough description of the problem / question: I use both IDEs, Intellij and VS Code, I connect them to the same project in the same SonarQube, however in Intellij I noticed that it gives me a problem that does not appear...
Hacker News
news.ycombinator.com › item
I don’t really see IntelliJ and VSCode as competitors. VSCode competes with atom... | Hacker News
March 8, 2021 - VSCodes Java, Python, and Golang support is miles behind IntelliJ · FWIW, on my team at Microsoft where we write a lot of Go, theres a 50/50 split between IntelliJ/GoLand devs and VS Code devs and more people have switched to IntelliJ from VS Code than vice versa