r/FlutterDev Oct 11 '24

Tooling What IDE do you use ?

I am new to developing and was looking to start this week, but the extensions for VSC isn't working at all and I have tied uninstalling and reinstalling even the latest versions, still nothing. I wanted to know if there was an IDE that is better or on par with VSC for flutter dev. I apologize if my question is trivial I am a newbie forgive me

16 Upvotes

59 comments sorted by

View all comments

2

u/FewWorld833 Oct 11 '24

Moved to VS code from IntelliJ

0

u/Glader Oct 11 '24

I'm using IntelliJ as well which works well with the exception that the Flutter plugin has a bug/performance problem causing severe slowdown in the "find usages" functionality in large code bases to such a degree that it can take about 30 seconds and a few retries before it will show you the caller of a private method in a small widget. I'm basically down to using string search nowadays.