DEV Community

What is your favorite IDE?

Mercy on December 11, 2024

Happy Wednesday friends and family. Let's discuss your go-to IDEs. I've always been fond of Visual Studio Code (VS Code). It is easy to use and can...
Collapse
 
kurealnum profile image
Oscar • Edited

Neovim. Perfect for... really everything I do.

Edit: I also use it for my notes

Collapse
 
shishpt profile image
Shishir

Agreed, the speed of Neovim is a big reason I use it on the daily. The amount of time I can spend configuring plugins to my liking is the main reason I love using it.

Collapse
 
ahmedjaad profile image
Ahmed Jaad

Are you saying you enjoy spending time configuring plugins more than writing the code that actually earns your paychecks?

Thread Thread
 
shishpt profile image
Shishir • Edited

I didn't say that. I enjoy putting in time configuring plugins and learning new ones. But I don't let it interfere with my earning window.

Thread Thread
 
devmercy profile image
Mercy

I support you because it promotes learning instead of just having tasks done for you without understanding the process.

Thread Thread
 
ahmedjaad profile image
Ahmed Jaad

No, it promotes wasting time. What does a developer truly gain from spending days watching step-by-step videos on configuring five LSPs? What value does that add to their skills or productivity.

Thread Thread
 
devmercy profile image
Mercy

I'm afraid, I don't think so. If you are a developer who focuses on your own product, then you are wasting time. But if you do client work, you need to know how it's done. You might work for a company that needs a rebrand, meaning you will start from scratch. Just because you know how to use already configured plugins doesn't mean they will allow you to use them. You will do as they say, yet you do not have knowledge.
🤷‍♀️

Collapse
 
devmercy profile image
Mercy

It appears to be a time-saving IDE; I would love to try it for my small projects.

Collapse
 
devmercy profile image
Mercy

As far as I want to agree with you, 🫠I don't have experience using it.

Collapse
 
minkhantsaw profile image
Min Khant Saw

same brother i also used Neovim

Collapse
 
kiwiheretic profile image
kiwiheretic

Well I have a very niche reason. It works well with my budget wireless keyboard from China. It has an annoying trackpad that randomly moves the cursor to another location on screen which is just awful if it happens while typing. With neovims modal editing I can lock the keyboard down. It's so much part of muscle memory now that if I went to another ide I would be looking for vim key bindings.

Collapse
 
miketalbot profile image
Mike Talbot ⭐

WebStorm, with built in database viewing, database intellisense and great support for JSDoc related completion, coupled with a powerful debugger that just works on front and multi-process backend at the same time. Also, it's the navigation around a large code base that is the best reason to use this tool for me. Search anywhere - variable declaration, file name, component name, function name, class name - I can get around my code in milliseconds. I'm also not sure when I last actually typed a git command, the plugins for this are very powerful letting me review PRs and answer comments, check version histories and blame without leaving the context of my code.

I use Sublime when I want a plain text editor, and I do use VS Code from time to time as some of my colleagues use it and I need it to work well in the code base.

Collapse
 
krd8ssb profile image
Steven Brown • Edited

Same. WebStorm for many reasons but the primary one is the git merge conflict resolution interface. I work in repositories with hundreds of other developers so the merge conflicts are inevitable and can be large at times. Some of the guys on my team that use VScode ask me to do the merges for them, then push the update to remote. It saves everyone so much time. One of them recently adopted WebStorm and is loving it.

Collapse
 
pengeszikra profile image
Peter Vivo

Good to know: WebStorm have a good JSDoc solution.

Collapse
 
devmercy profile image
Mercy

It sounds like you have a great workflow set up with WebStorm! The integrated database tools and JSDoc support really do enhance productivity, especially when working with complex projects. The navigation features you mentioned are a huge time-saver, allowing you to quickly find what you need without interrupting your flow.

Collapse
 
gopikrishna19 profile image
Gopikrishna Sathyamurthy

I am a huge fan of jetbrains products, especially their git tooling. Specifically WebStorm, since I'm a JavaScript developer. And it's free now!

I use vscode as a quick text editor for a lot of things. I know it can be a really powerful editor if configured correctly, but I dislike the configuring part. I already waste enough time indulging my OCD 😅.

I have tried VS, eclipse, NB, and no, they are awkward to use.

Collapse
 
giles_webberley_2c4cc9f84 profile image
Giles Webberley

I'm far from being a pro (but trying to get back to it) and although I'm now a VS code user I did have some experience of Eclipse when I was learning a bit of openFrameworks as it was the best documented way to get started. Once I'd gained a bit of courage I moved those projects to VS code and I have gone on to use it for Unity development all the way through to studying React and working with it; I feel quite safe using it and am constantly learning how to use it properly :)

Collapse
 
devmercy profile image
Mercy

I have never tried any of these VS, eclipse, NB. Due to your experience with them, I am not going to try them. They are now a no for me.

Collapse
 
ben profile image
Ben Halpern

I like vscode just fine but am feeling like it is a drain on my computer resources

Collapse
 
devmercy profile image
Mercy

Consider trying Cursor; it appears to be similar to VS Code. JetBrains (IntelliJ) seems to be a better option too

Collapse
 
programordie profile image
programORdie

It's a fork of vscode...

Collapse
 
bntstr profile image
Bntstr

Good thoughts

Thread Thread
 
devmercy profile image
Mercy

Thank you

Collapse
 
mikedevita profile image
Mike DeVita

thanks for the suggestion, I'm giving Cursor a whirl now.

Thread Thread
 
devmercy profile image
Mercy

You are welcome.

Collapse
 
vinayhegde1990 profile image
Vinay Hegde

Looks promising and they promote themselves as a VS Code fork as well. But their pricing may deter individual developers in India, where few would pay $20 USD (₹1700) per user per month for an IDE.

Collapse
 
brense profile image
Rense Bakker

All my team mates who use jetbrains constantly have issues with typescript, eslint and prettier support 🤷

Thread Thread
 
devmercy profile image
Mercy

I saw that too but I thought maybe it was because I was using the free community version.

Collapse
 
dontry profile image
Don

If you just want to do some small tasks, you can try Zed. It's blazing fast. Almost zero boot up time.

Collapse
 
plutonium239 profile image
plutonium239

Sublime is faster 🫡 (acc zed's benchmark itself lol)
Pretty much anything except vslowcode is great though.

Collapse
 
0x2e73 profile image
0x2e73

try vscodium, its a smaller version of vscode, better for ressources

Collapse
 
devmercy profile image
Mercy

OH first time to hear of this

Collapse
 
brense profile image
Rense Bakker

Vscode is really the only IDE I use nowadays... The ecosystem is just epic and I've never noticed it being slow or hogging resources. Infact one team mate made that argument in favor of webstorm and we compared resource usage... Webstorm used nearly double the cpu and memory in the same project 🤷

Collapse
 
traleeee profile image
Tra Le

VSCode is just an code editor, the Visual Studio is an IDE.

Collapse
 
brense profile image
Rense Bakker

VSCode is an integrated development environment (IDE)...

Thread Thread
 
traleeee profile image
Tra Le

🤷‍♂️🤷‍♂️🤷‍♂️

code.visualstudio.com/docs/support...

Thread Thread
 
brense profile image
Rense Bakker

Yes? It's an IDE, where do you think that page says otherwise?

...and leaves more complex workflows to fuller featured IDEs, such as Visual Studio IDE.

I think what you're trying to refer to is that it's missing a built-in compiler, however, that doesn't disqualify it from being an IDE by any definition 🤷

Collapse
 
devmercy profile image
Mercy

VS Code is always on top

Collapse
 
moopet profile image
Ben Sinclair

I'm a vim (neovim these days) type of person. I have VSCodium installed because every now and then I get curious and it has a really good vim keybindings extension, including doing things like split windows, which is great.

VSCodium over VSCode though!

Collapse
 
russellbateman profile image
Russell Bateman

I live on Linux, started on UNIX back "in the day."

I was an Eclipse award-winning forum responder, especially in the help out beginniners space for many years (2005-2014). Then an employer forced me to IntelliJ IDEA. A couple of years later, I needed to do some Python and I tried out both PyDev and PyCharm. That's when I anteed up the dough to purchase JetBrains from then on. I admit that I do heavy editing outside my IDE using Vim because I've been a vi guy since about 1981. Vi is a text processor, not some namby pamby flashy editor. I also do git at the command line despite IDEA; I acknowledge my dinosaur nature.

Collapse
 
ryansquadle profile image
ryan martin

I’ve tried all the new AI IDE’s and they I still think VS Code is just as good or better than all of them. Here is the list:
Cursor
Zed
Pear AI
Aide

Collapse
 
devmercy profile image
Mercy

Cursor functions more like VS Code and I'm falling for it.

Collapse
 
michelangelo17 profile image
Michelangelo Markus

Cursor is basically identical to vscode, but with superior AI tools and integration. I just imported my vscode config and carried on like usual.

Collapse
 
rapper-charmer profile image
Rapper

Here to represent for the Emacs diehards

Collapse
 
lengani profile image
Lengani Kaunda

Resistance is futile ... they will find us here ... mind machine meld

Collapse
 
pengeszikra profile image
Peter Vivo

Currently I am a VSCode user mixed my workfow of vim / neovim also. But I really don't like either too much so I started to write a own markdown first editor currently pre-pre-pre-eraly-alpha stage, but at least capable to show some minor code colorize, image tag, embed code, run a small js function, designed to a quick works, plus I have a lot of other idea which I can try with it. Even implementing some vim shortkeys.
Single Stream project view .. where don't need to tab between files, just a big scroll down, can folding which is would like to skip. This idea is hard to solve in VSCode or vim for example.

Collapse
 
amit1952 profile image
Amitava Das Gupta

VSCode. It's not perfect but does the job. It's autocompletion is usually on the spot. Second choice is neovim. It's pretty good too. In fact movements i. e jhkl keys and keybindings make it a fast code editor, but using it as an IDE is something I've never tried

Collapse
 
csgeek profile image
csgeek

I find JetBrains products VERY good if you have access to them. I honestly find VSCode kind of slow and bloated. NeoVim is amazing if you have the time to configure it. Zed Editor is really REALLY nice and has some very cool AI functionality if you like that. It's not an debugger though but as far as editiong/code completion it's very cool.

Collapse
 
plutonium239 profile image
plutonium239

Sublime text superiority 🥰
It is still faster than zed.

For the terminal, I use micro! (Basically micro is to nano what neovim is to vim)

Collapse
 
hbthepencil profile image
HB_the_Pencil

I work mostly with Python, so I use Jetbrains' PyCharm. Really great editor for writing Python code, especially when it comes to writing documentation (it auto-fills some things for classes and functions, like parameters). I also (and this may be a bit of a shock) used to write almost all of my HTML in Microsoft Notepad so that I could save and run the index.html file almost immediately on a school computer.

Collapse
 
ryanbshields profile image
Ryan B-Shields

VS Code it just works for any language I use with the help of a few plugins. I've been a dev for a few years so getting the GitHub co-polit add in has been a game changer as I can ask it to explain the code if it's a new script I've not worked on before and it can help with finding bugs too.

Collapse
 
devmercy profile image
Mercy

I support you on that

Collapse
 
yatt-code profile image
Aiyad

I tried couple of IDEs, especially when AI is on the rise.

My primary IDE is Windsurf by Codeium. I like that the AI can go long context without slowing down PC or eat up RAMs quickly.

Others i tried include:
VSCode, Cursor, Pear AI

Non VS build:
Zed, Atom, Jetbrain's

I am comfortable and at home with Windsurf.

Collapse
 
aliakbari76 profile image
ali akbari • Edited

using VSCode with all the features and extension came with it is really both time saving and fun, using it with AI assistant like codeium is also a great experience.
i'm using codeium in VSCode but it works on other IDEs too.

Collapse
 
devmercy profile image
Mercy

This is awesome

Collapse
 
j0n3 profile image
j0n3

I've been coding for more than 20 years and tried almost EVERYTHING, but Jetbrains products are -by far- the very best of them... FOR CODING. It provides tons of functionalities, integrations, plugins and shortcuts that boosts productivity to the max. Not perfect, though, but very close to it.

For 'casual file editing', vim or notepad++ are my preferred ones.

Collapse
 
melli79 profile image
M. Gr.

Maybe I am a bit of a snob, but I really love Jetbrains IDEs. Unfortunately they cost some money, but I think that it is really worth: Their usage is intuitive, easy, responsive and adjustable. They even have basic tooling for code analysis integrated.

At work we use vim, but its autocomplete (via clangd) is not as good as that of IntelliJ or CLion (both from Jetbrains).

Collapse
 
glennturner profile image
Glenn Turner

I migrated from BBEdit to Nova to VS Code.

I miss working in Nova. I find it to be more elegant and intuitive, but it's hard to beat VSC's ecosystem.

I still use BBEdit for minor text works, though!

Collapse
 
johnthad profile image
Thad Humphries

Anything but Eclipse.

Collapse
 
eljayadobe profile image
Eljay-Adobe

I use an IDE to debug (Xcode or Visual Studio, these days), but I use Vim to edit.

Collapse
 
joel_dick_29bd7f0234774fe profile image
Joel Dick

I've always been a big fan of JetBrains products: PyCharm, IntelliJ, WebStorm... But I tried VS Code because I heard it starts up faster and doesn't hog as much resources. I never went back, and now I use VS Code for everything.

Collapse
 
gktim profile image
gkTim

Mainly Neovim. But also VSC and IntelliJ depends on which language I code or which tooling the project has. But my favorite is neovim.

Collapse
 
pengeszikra profile image
Peter Vivo

Zinc is also fine newcomer editor a lot of speed, and capable to correctly handling JSDoc in HTML page also ( VSCode just syntax highlighting JSDoc correctly if using in js file. )

Collapse
 
zaidkamil profile image
zaid bin kamil

For python projects I would go with vs code and for mobile application development I would come to Android studio or Intellj idea (jetbrains ide)

Collapse
 
devmercy profile image
Mercy

This is cool

Collapse
 
devmercy profile image
Mercy

Maybe give PyCham a try

Collapse
 
zaidkamil profile image
zaid bin kamil

Have used lot of pycharm too for django projects

Collapse
 
johnmutuma5 profile image
JohnM • Edited

Try out NairoVim for Unix. A well packed Neovim configuration for your code workflow.

Put together and thoroughly tested on macOS, and expected to work as well in Linux.

github.com/john-mutuma/vim-editor

Collapse
 
nathantaal profile image
Nathan

Do text editors count? I like Webstorm, I don't know of any other editors beside Eclipse and Netbeans

Collapse
 
joseph_higgs_25dc8f1ebf61 profile image
Joseph Higgs

I've been on netbeans for a very long time. I used jetbrains but back in the day it wasn't good at database connections so moved to netbeans.

All that has changed of course but I have netbeans so ingrained in muscle memory it is hard to change.

Collapse
 
nathantaal profile image
Nathan

You can install keymaps and install a theme to make it look more like Netbeans while getting more functionality.. :)

Collapse
 
devmercy profile image
Mercy

Yes, text editors definitely count! WebStorm is a great choice, especially for JavaScript and web development. You might also want to check out Visual Studio Code. Other options include Sublime Text, Atom, and Notepad++. Each editor has its own strengths, so it depends on your specific needs and preferences!

If you read through the comments you will find more IDEs of your choice

Collapse
 
ankit199 profile image
Ankit kumar shukla • Edited

Vscode

Collapse
 
mayacode profile image
Maja Miarecki

jetbrains webstorm

Collapse
 
oguzhankircali profile image
Oguzhan Kircali

Rider

Collapse
 
furrymonster profile image
FurryMonster

Visual studio ofc

Collapse
 
christina_fc8c34f58d96196 profile image
Christina

Vs Code.

Collapse
 
devmercy profile image
Mercy

I use that too

Collapse
 
christina_fc8c34f58d96196 profile image
Christina

I find it easier to use. Especially when I was just starting out. I didn’t have to download and configure a whole bunch of stuff . I can just simply start coding.

Collapse
 
coskuntekin profile image
coskuntekin

Of course "Zed" with VIM mode "on"

Collapse
 
evgeniypolyak profile image
Evgeniy

The JetBrains products family. It just work as I expect.

Collapse
 
andikod profile image
Andrei Curelaru

Vim. The latest version from source.

Collapse
 
haroon-baig profile image
Haroon Baig

I love VS Code, it has a lot of extensions witch make life a lot easier , and is light weight, best of all it is very customizable, you can change themes, fonts, animations and more.

Collapse
 
jonrandy profile image
Jon Randy 🎖️ • Edited

Light weight? Hardly. It's electron based to my knowledge, which means you're running an entire web browser engine just to edit text files.

Collapse
 
darwin123 profile image
Darwin

JetBrains CLion

Collapse
 
tommhoff profile image
T|O|M|Ξ|K

PhpStorm is most fluent variant for PHP dev

Collapse
 
uciharis profile image
the hengker

jetbrains webstorm for web dev since it is free for non commercial use

Collapse
 
eshimischi profile image
eshimischi

VSCodium since the first day
PHPStorm for PHP development, i wasn't a fan at the beginning and prefer VSCodium, but JetBrains has some important plugins for my work, so.

Collapse
 
devmercy profile image
Mercy

I would love to try PHPStorm for my next PHP development
I've been using VS Code all along

Collapse
 
gjeotech profile image
Onyeacholem Ifeanyi Joshua

Vscode and NotePad++

Collapse
 
shrsv profile image
Shrijith Venkatramana • Edited

Cursor + NeoVim Plugin - Best of both worlds (as long as you learn to avoid some deficiencies/quirks).

Next - IntelliJ IDEs + IdeaVim Plugin

Collapse
 
patzistar profile image
Patrick Schadler

JetBrains Rider and recently made the switch from VS Code to Webstorm. So far, I am loving it.

Collapse
 
benborla profile image
Ben Borla

NeoVim. Periodt.

Collapse
 
rebeccapeltz profile image
Rebeccca Peltz

It's interesting that cursor is gaining popularity over VS Code. Cursor is a fork of VS Code. They are adding AI in different ways.

Collapse
 
urbanisierung profile image
Adam

VSCode brings everything I need. Would switch to Zed if it would provide a similar git integration.

Collapse
 
hatem_zidi profile image
Hatem Zidi

vim on remote machines, sublime text for quick coding, markdown and Intellij for any heavy development

Collapse
 
paladin profile image
PaladinDev

Gnome Builder, neovim

Collapse
 
50uth profile image
Mark Southcombe • Edited

Neovim/Lazyvim

Collapse
 
vladyn profile image
Vladimir Varbanov

Jetbrains Webstorm is the best in my opinion.

Collapse
 
rajithsamr profile image
Rajith Sam

VS Code

Collapse
 
devmercy profile image
Mercy

Statistically, VS Code is the most loved IDE

Collapse
 
best_codes profile image
Best Codes

Zed (super fast), VS Code (lots of features), and WindSurf (free AI).

Collapse
 
devmercy profile image
Mercy

This is awsome

Collapse
 
volkmarr profile image
Volkmar Rigo

Jetbrains Rider

Collapse
 
devmercy profile image
Mercy

Wow good for you

Collapse
 
soleng profile image
na.perruchot

Jetbrains suite

Collapse
 
devmercy profile image
Mercy • Edited

JetBrains is one of the top leading because of its convenience of having git tools out of the box, no need to install many additional plugins.

Interesting direction with their own AI copilot.

Different instruments for different projects: VSCode can quickly become a mess when working with various steps, while the separation of responsibilities in JB works well.

To solve the VS Code issue I migrated to Cursor but I will explore JetBrains someday.

Collapse
 
juniourrau profile image
Ravin Rau

I used to really like PHPStorm, and now I also really like Cursor. Their composer feature is great because it helps me test and understand different technologies faster.

Collapse
 
devmercy profile image
Mercy

That's why I'm beginning to love it; the "Enhanced Error Detection" saves me time and accelerates my work.

Collapse
 
sentadoensilla profile image
sentadoensilla

Nobody use XCode for pleasure!!!!

Collapse
 
mileswk profile image
MilesWK

I like vscode for python. For the longest time, I was using Python IDE, but vscode allows for faster programming, compiling, and running of scripts.

Collapse
 
devmercy profile image
Mercy

I see, most people love VS Code

Collapse
 
son_truongngoc_d525e6e1e profile image
Son Truong Ngoc • Edited

I am fan of Jetbrains IDEs

Collapse
 
devmercy profile image
Mercy

Nice

Collapse
 
_a65427382a034921e profile image
賴建宏(賴桑)

VS Code

Collapse
 
devmercy profile image
Mercy

Nice

Collapse
 
lifeisgreat2000 profile image
lifeisgreat_2000

Try WindSurf Editor

Collapse
 
devmercy profile image
Mercy

I see a lot of people recommended it.

Collapse
 
pavankjadda profile image
Pavan K Jadda

Jetbrains IDEs

Collapse
 
devmercy profile image
Mercy

Nice

Collapse
 
xbone profile image
Tarwan Babuana

Vscode is enough.

Collapse
 
devmercy profile image
Mercy

Sure

Collapse
 
mehfila_parkkulthil_23 profile image
Mehfila A Parkkulthil

I am still a great fan of Visual Studio Code , its quite handy to use.

Collapse
 
jphi_baconnais profile image
Jean-Phi Baconnais

Vscode in CDE like IDX or Gitpod! 🤩
IntelliJ in local for Java development

Collapse
 
adnansamiralhaddad profile image
Code_Ninja

Visual studio code

Collapse
 
christopher_igbojekwe_dc5 profile image
Christopher Igbojekwe

VS code for me because of all the amazing plugins that make development easier.

Collapse
 
brian_worsham_7179ebb77fd profile image
Brian Worsham

Visual Studio Code for me!

Collapse
 
winston_lee_b5891572cac83 profile image
Winston Lee

PyCharm.

Collapse
 
buckelieg profile image
Anatoly

Intellij IDEA, notepad++

Collapse
 
kobi_ca profile image
Kobi

JetBrains product. For C++ - CLion

Collapse
 
samjholiver profile image
Samuel Oliveira

VSCode

Collapse
 
sk_mind_61a8d5edff6783e0e profile image
SK MIND

Visual Studio Enterprise with ReSharper from JetBrains.

Perfect for programming in C#.

Collapse
 
devmercy profile image
Mercy

Wow

Collapse
 
iamakshaykh profile image
AKSHAY.K.H.

IntelliJ IDEs

Collapse
 
cavo789 profile image
Christophe Avonture

No discussion for me since i'm a fan of Docker and do everything inside devcontainers. Vscode is free, I use it for everything (with the correct list of addons) and, back, since I use devcontainers, my environnement is configured for each project. Just need to open it and stuff are preconfigured.

Collapse
 
devmercy profile image
Mercy

That sounds great! I would love to try that next time.

Collapse
 
cavo789 profile image
Christophe Avonture

Search for "devcontainer" and "vscode" on Ggl.

For instance, you don't need to install Python, neither any librairies neither any addons neither to configure... You should do nothing.

You start the devcontainer and hocus pocus you can start to code, debug, run,... You and anyone since the devcontainer can be shared to anyone.

Think to a team. One guy write all the stuff, shared the devcontainer ans anyone un the team, without any config at all on their side, is ready to code.

Thanks to Docker and vscode

Thread Thread
 
devmercy profile image
Mercy

This sounds amazing and there is no hustle. Thanks for your idea I will definitely use that

Collapse
 
thamagorian profile image
Christian S. Viklund

I prefer to use Doom Emacs.
I have tried vscode but I do not enjoy it it, jetbrains are interesting but are causing issues for me at work, and I do not enjoy having to use multiple ides for different languages.

Collapse
 
devmercy profile image
Mercy

It is my first time to hear that word but it's cool though

Collapse
 
jonrandy profile image
Jon Randy 🎖️ • Edited

VSCode is a slow resource hog. SublimeText is my favourite - blazingly fast in comparison

Collapse
 
kurealnum profile image
Oscar

Haven't heard this name in a while! I used to use SublimeText, but got lazy and started using VSCode. I use Neovim now though.

Collapse
 
devmercy profile image
Mercy

Sublime Text does not do code verification, perhaps not intellisense either, and I think you cannot debug either (please correct me if I'm wrong). I believe there's also a free tier and a paid tier or some licensing of some kind.

I am not sure of it, statistically, it seems it is not mostly used.

Thread Thread
 
jonrandy profile image
Jon Randy 🎖️

You're wrong about intellisense, code verification, and debugging. It also has a large library of plugins just like VSCode

Thread Thread
 
devmercy profile image
Mercy

OK OK, I wasn't sure about it, thanks for correcting me

Collapse
 
devmercy profile image
Mercy

This one is easy to use and has an intuitive interface and is suitable for developers of all skill levels

Collapse
 
elbugz profile image
Greg Brown

Funny nobody mentioned codium. It's basically vscode without the Microsoft parts and some very useful AI bits like cursor.
The only reason I still use vscode for some of my projects is because of devcontainers...
They are soooooo nice.

Collapse
 
highcenburg profile image
Vicente G. Reyes

I've tried Cursor, Windsurf, VS Code, and Codeium. I stuck with Windsurf

Collapse
 
devmercy profile image
Mercy

Good to hear

Collapse
 
maryslaven profile image
MarySlaven

"My favorite IDE depends on the project! For web development, I love Visual Studio Code for its versatility and extensions. For larger applications, IntelliJ IDEA is a powerhouse. What's yours?"

Collapse
 
mskpinnapplm profile image
SUDHANSHU KUMAR

SUBLIME TEXT

and Cursor ide sometime npp

Collapse
 
devmercy profile image
Mercy

I go for Cursor

Collapse
 
bhensley profile image
Bobby

VS Code for most of what I do. Visual Studio itself for others. I rarely find myself reaching for anything else.

Collapse
 
auyeungdavid_2847435260 profile image
David Au Yeung

VS Studio!

Collapse
 
tythos profile image
Brian Kirkpatrick

Notepad++ will always have a soft place in my heart. But day to day, I'm primarily on VS Code. In remote environments my go-to is vim.

Collapse
 
camarillocorp profile image
Jesús Camarillo

PhpStorm

Collapse
 
devnenyasha profile image
Melody Mbewe

VS Code is my number 1

Collapse
 
devmercy profile image
Mercy

Wow good to hear

Collapse
 
handyman911_us_f96376486f profile image
Handyman911 US

PhpStorm. Works for me and I am happy with it. It helps that I can develop in it and it has just enough of WebStorm included.

Collapse
 
palexdev profile image
Alessadro Parisi

IntelliJ or any other JetBrains product.

Collapse
 
tomdu3 profile image
Tomislav Dukez

Neovim and Windsurf are my IDEs of choice.

Collapse
 
devmercy profile image
Mercy

wow nice

Collapse
 
getsetgopi profile image
GP

VS CODE!! Light weight, supports all languages, tons of plugins to choose from, great community support etc.,

Collapse
 
devmercy profile image
Mercy

Many people seem to prefer VS Code. Even when I was starting my coding journey, I used it because it is easy to use and free.

Collapse
 
dimas_aryoprakoso_f37cda profile image
Dimas Aryo Prakoso

Neovim + lsp-zero + avante.nvim

Collapse
 
thornealaric profile image
thornealaric

definitely VS, but I'm also intrigued by Cursor and its AI capabilities for debugging.

Collapse
 
onepoint21 profile image
Jack White

Anything by Jetbrains.

Collapse
 
codesodaserra profile image
linovi

vsode for sure. I just use the most basic and important extensions for the type of work I do and it works like a charm.

Collapse
 
devmercy profile image
Mercy

I used it some time ago, and it worked perfectly. One major advantage is that it's free.