"Still the best choice" implies it was the best choice once. The best choice is simply what you're comfortable working with. Answer from nevotheless on reddit.com
🌐
Visual Studio Code
code.visualstudio.com › docs › copilot › overview
GitHub Copilot in VS Code
November 3, 2021 - GitHub Copilot is an AI-powered coding assistant integrated into Visual Studio Code. It provides code suggestions, explanations, and automated implementations based on natural language prompts and existing code context.
🌐
Medium
medium.com › @isurutharanga › mastering-multi-file-edits-in-intellij-idea-with-github-copilot-a-productivity-power-move-fc98fd9dd239
Mastering Multi-File Edits in IntelliJ IDEA with GitHub Copilot: A Productivity Power Move | by Isuru Perera | Medium
March 23, 2025 - ... The following article is about ... Copilot in your development, you may already know, VSCode is leagues ahead compared to IntelliJ IDEA in terms of integration with Copilot....
🌐
GitHub
github.blog › home › changelogs › copilot code review: now in jetbrains ides and visual studio
Copilot code review: Now in JetBrains IDEs and Visual Studio - GitHub Changelog
September 18, 2025 - Copilot code review is now in most standard editors and IDEs! 🚀 With this update, you can use Copilot code review directly in Visual Studio and JetBrains IDEs (including IntelliJ IDEA, PyCharm, WebStorm, and more).
🌐
Reddit
reddit.com › r/devops › intellij vs vscode: is intellij still the best choice for a devops engineer?
r/devops on Reddit: IntelliJ vs VSCode: Is IntelliJ still the best choice for a DevOps Engineer?
February 6, 2024 -

I’ve been using JetBrains IDEs for many years now.

I have never had a real opportunity to use VSCode as an IDE - I was doing quick edits, found it very limited (no git blame, seriously?) and getting back to IntelliJ. I have never transitioned it from being a code editor to an IDE, installed few random plugins and wondered why is this better than having it out of the box.

But recently, because of some problems with IntelliJ WSL connection and then Copilot issues, I gave VSCode a chance… and TBH, I am wondering if IntelliJ is still the best choice for a DevOps engineer.

What do you think?

Disclaimer: everything i write from this point on, is my personal feeling after couple of days of using VSCode as my daily driver: it is not time tested opinion!!!

The features and functionalities I use or care about are (no particular order!):

  • git client with git blame, history and more advanced features

    • VSC: yes, plugin (out of the box only very basic functionality)

    • IntelliJ: yes

  • Search, replace and refactoring

    • VSC: yes

    • IntelliJ: yes

  • Copilot

    • VSC: yes (plugin, better)

    • IntelliJ: yes (plugin)

  • Good readability

    • VSC: is ok, but IntelliJ is much better. VSC is highly configurable, but has some stupid defaults (like too small indentation in file explorer)

    • IntelliJ: great

  • Kubernetes, GitHub, Gitlab, Terraform, integrations:

    • VSC: yes

    • IntelliJ yes

  • Fast startup time

    • VSC: yes

    • IntelliJ: jeez, yesterday I literally opened VSC, modified the file and pushed changes to reconcile the cluster before Jetbrains Gateway managed to connect to my WSL IntelliJ.
      IntelliJ always sucked here, but with additional overhead of Gateway connection it is really painfully slow to start up (T14s, Ryzen 7 Pro, 32GBs RAM).

  • Remote development

    • VSC: yes, way more stable experience

    • IntelliJ: yes, but feel like beta way more often as it should

  • Ability to open multiple projects in one window

    • VSC: yes, super easy and intuitive

    • IntelliJ: yes, but it is multistep setup that takes time what renders it useless for quick multi-projects edits

  • Supporting wide array of languages:

    • VSC: yes, via a plugin

    • IntelliJ: yes (formally via a plugin, but from other Jetbrains IDE). It’s certainly better when using more advanced features like Django support.

  • Intelligent autocompletion suggestions

    • VSC: yes, but the quality depends on language and is sometimes poor

    • IntelliJ: yes

  • Ability to highlight, lint and parse wide array of files (like nginx conf, ini files etc)

    • VSC: yes, probably via a plugin

    • IntelliJ: yes, probably via a plugin

  • Adding desired functions:

    • VSC: yes, and the plugin ecosystem is far bigger

    • IntelliJ: yes

So, basically I believe I can say I need support for everything, but I don’t need very sophisticated support in any of them.

Some time ago when using VSCode i felt like “i understand why it is free” when IntelliJ was a complete, polished package out of the box.

But now, when IntelliJ isn’t that shiny (just look at the tickets, threads like settings sync can be years old and the answer is “we have no plans to support it in remote development usage scenario... (so why tf haven't you removed this option?!)… I am wondering if VSCode shouldn’t be my editor of choice.I still test things like adding proper icons support, miss things like ability to recognize file type by its content (like Kustomize yaml) or fancy stuff like auto-converting curl pasted to .http file, but after a week it is like 90% of what I ever need or want to have.

PS. I have been using Jetbrains IDEs for many years now, so I am probably biased in matters like readability: it’s better for me because I am used things look like in IntelliJ.

PS2. Let’s compare features and not the price - I am perfectly aware IntelliJ is a paid option.

🌐
GitHub
github.com › microsoft › copilot-intellij-feedback › issues › 309
Using copilot in webstorm and vscode is completely different experience · Issue #309 · microsoft/copilot-intellij-feedback
June 9, 2025 - For the agent operation, vscode will make interactive adjustments based on the current running results, while webstorm is completely imaginative. Even if it tells copilot that there are errors that need to be fixed, it is just imaginative repair, ...
Published   Jun 09, 2025
🌐
b-nova
b-nova.com › en › home › content › how-much-faster-github-copilot-really-made-me
GitHub Copilot - How much faster it really makes you | b-nova
February 15, 2023 - The quality of the suggestions differed significantly depending on the situation. I will illustrate what working with Copilot looks like with a few examples. GitHub Copilot basically tries to further complete the code that has already been entered.
🌐
Medium
medium.com › @prakash3210 › exploring-github-copilot-a-revolutionary-coding-companion-across-vs-code-intellij-and-eclipse-749409b33a58
Exploring GitHub Copilot: A Revolutionary Coding Companion across VS Code, IntelliJ, and Eclipse | by Prakash Sharma | Medium
January 21, 2024 - In this blog, we’ll explore how GitHub Copilot assists developers in crafting robust test cases, optimising code for performance, and identifying potential security vulnerabilities within the contexts of Visual Studio Code (VS Code), IntelliJ IDEA, and Eclipse.
Find elsewhere
🌐
Hacker News
news.ycombinator.com › item
They'd better get on the IntelliJ integration fast— if I'm going to switch edito... | Hacker News
February 7, 2025 - I'm honestly surprised to see no mention here of them moving to replicate Cursor's autocomplete—IMO that is where Cursor's real edge lies. Anyone can wrap a chatbot in some UI that allows you to avoid pasting by hand, but Cursor's ability to guess my next move—even several lines away—makes ...
🌐
Sabre
sabre.com › locations › poland › github copilot friend or foe navigating the future of coding
GitHub Copilot: Friend or Foe? Navigating the Future of Coding « Sabre Poland
June 4, 2024 - So far, I haven’t faced any disappointments with this tool. I only regret that GitHub Copilot for IntelliJ doesn’t have as many functionalities as for VSCode (inline chat, @workspace), but I hope it’s just a matter of time.
🌐
Techpoint Africa
techpoint.africa › artificial intelligence › jetbrains ai vs. github copilot: which ai coding assistant truly delivers in 2025?
JetBrains AI vs. GitHub Copilot: Which AI coding assistant truly delivers in 2025?
August 4, 2025 - If you’re just starting out and coding mostly in VS Code, GitHub Copilot will likely feel like the more intuitive choice. Its native integration, rich inline completions, and multi-model chat support make it a smooth entry point for new developers.
🌐
JetBrains
youtrack.jetbrains.com › issue › IDEA-308236 › Build-a-competing-product-to-Github-Copilot
Build a competing product to Github Copilot : IDEA-308236
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
Reddit
reddit.com › r/githubcopilot › github copilot in intellij
r/GithubCopilot on Reddit: Github Copilot in IntelliJ
September 13, 2025 -

I don't get what I'm doing wrong. Many people are hyping Github Copilot for Coding and see their jobs endangered. I've been trying it now for weeks in Agent mode and model GPT-4.1 and I'm underwhelmed. Maybe it's because I'm using IntelliJ. I can't do simple refactorings, if it concerns more than one class. To check for errors it generates the wrong gradle commands. I usually need 5-10 iterations just that it fixes the compile errors and sometimes it does crazy stuff which is not usuable, like refactoring the wrong shared component.
I asked it to split street into streetName and houseNumber in the main model. I also asked it to change the requests and responses on REST layer. It ignored the latter ond screwed up the first one.
What's your experience so far?

🌐
Reddit
reddit.com › r/jetbrains › copilot or jetbrains ai?
r/Jetbrains on Reddit: Copilot or JetBrains AI?
June 28, 2024 -

I have a student plan for GitHub. I can access the GitHub copilot plugin for IntelliJ. I was wondering whether JetBrains' AI Assistant is better or comparable?

🌐
Augment Code
augmentcode.com › guides › github-copilot-vs-jetbrains-ai-ide-depth-latency-and-workflows
GitHub Copilot vs JetBrains AI: IDE depth, latency, and workflows - Augment Code
August 29, 2025 - Copilot ships an official extension for Visual Studio Code that delivers inline completions and a chat side-panel in seconds once you sign in with GitHub credentials. Community-maintained plugins provide Copilot-like features for JetBrains IDEs ...
🌐
JetBrains
plugins.jetbrains.com › plugin › 17718-github-copilot
GitHub Copilot - Your AI Pair Programmer - IntelliJ IDEs Plugin ...
What's GitHub CopilotGitHub Copilot is your AI-powered coding assistant, offering assistance throughout your software development journey. Leveraging large language...
🌐
Reddit
reddit.com › r/jetbrains › what is your experience with the github copilot plugin in jetbrains ides?
r/Jetbrains on Reddit: What is your experience with the Github Copilot plugin in JetBrains IDEs?
October 9, 2025 -

Hey guys,

we recently started evaluating different AI tools to boost productivity within our company.

The pick was Github Copilot and I got a pro license to try it out. I have to say, it was horrlible.

Sometimes it forgot the topic of the conversation. When asked a follow up question to an answer, it replied as if it was a new chat (In ask mode).

When I appended files to the chat, it suggested changes and after I applied them and prompted based on them, it didn't notice that the files were changed and suggested another approach to the problem that was now solved.

I switched it to agent mode and gave it a simple task that I know a coding agent is able to solve (create a couple of enums based on data I provide). I defined the package where the Enums should be created.

The first thing it did is to ask me for permission to create the folder structure based on the reference in a folder that is outside of the project sources, even though I appended an example file that was in the same package.

To see if i might be expecting too much, I gave that exact prompt to Junie and it did it without any issues.

Overall it felt like when you want to get a child to do something but in the end just end up doing it yourself.

I still give it the benefit of the doubt that I might be missing something, I just can't believe it is that bad.

TL;DR

My experience was absolutely terrible, context awareness of it is nealry non-existent, it doesn't even get the location right even though I appended a file from that folder.

I am wondering, those of you who tried it or use it, what is your experience with it?

🌐
Loiane Groner
loiane.com › 2025 › 08 › copilot-conventional-commit-messages
Using GitHub Copilot to Generate Conventional Commit Messages in VSCode and IntelliJ IDEA
Go to Settings > Tools > GitHub Copilot > Custom Instructions. Under Git Commit Instructions, set your preferences for commit message style. You can use the same conventional commit guidelines as in VSCode. If you select Global, IntelliJ will create a global-git-commit-instructions.md file and you can add the instructions as desired.