DEV Community

Discussion on: If you've recently switched code editors— How's it going so far?

Collapse
 
vinceramces profile image
Vince Ramces Oliveros • Edited

You can use any editor for dart, using sublime text as code editor and a terminal/command line as you launch the app. But you don't get the debugger inside of the sublime text, therefore only vscode and intellij idea are the only options available.

I dont think vscode is lighter than intellij idea as it would increase the ram usage overtime. From 700mb~6GB when idle(no emulator).

Thread Thread
 
jaakidup profile image
Jaaki

Oh really, I might just give IntelliJ another go.

I must say that I've never experienced the memory creep whilst coding go, python, vue and polymer.
Perhaps there is an issue with the dart/flutter plugins?

Once I'm more familiar with dart and flutter, I might go to sublime.

Thread Thread
 
vinceramces profile image
Vince Ramces Oliveros

They're both heavy RAM usage. it's not about the electron, it's the OpenJDK Library that keeps the RAM growing. the DartVM is only 150~200mb while the flutter plugins is just 30mb~ less.