chakie

joined 3 years ago
[–] chakie@toot.community 1 points 2 days ago

@kibblebits it’s such a primitive IDE and lacks so much that we take for granted nowadays. It makes running on devices easy and handles the overly complex certificate handling easier, but that’s it. The debugger is atrocious, no refactoring, bad code editing, no sane tabs, slow…

[–] chakie@toot.community 0 points 2 days ago (2 children)

@kibblebits @nemeski PyCharm, CLion, Android Studio and RustRover. I wish they had something to replace Xcode too.

 

It's interesting that Jetbrain's CLion Nova is otherwise an excellent IDE, but it can be just glacially slow at times. For instance when bringing up the "fix stuff" popup for a simple "replace with auto" hover suggestion, it can take up to 10 seconds for the popup to show. Clearly the internal structures are broken and/or totally unoptimised. Cmd-clicking on a method can also lead to "Resolving references" for some seconds.

/cc @jetbrains

#clion #nova #cpp #jetbrains #sloooow