Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Same pretty much the same for JetBrains stuff. Constant screaming about how to configure their autoformatter compatible to prettifier for specific settings. Not supporting required configs out of the box. And build and IDE often live in completely different worlds. For example, project moodel at gradle and at IDEA is completely different and IDEA one is much more limited. And so on.

Android Studio could hang whole mac while "indexing" and often need to "reset caches and restart" while works just fine in VS Code.



> Constant screaming about how to configure their autoformatter compatible to prettifier for specific setting.

Assuming you mean “prettier” rather than prettifier (which a cursory Google did not show up as being a popular thing), the way to do this is to add a prettier config block to a package.json or a .prettierrc file, and then click “yes” when the IDE asks you “use code format based on prettier config”.

I did this not more than 10 minutes before writing this comment, on whatever the latest (shipping) version of IDEA available with whatever version of prettier came from `npm install` this morning - may save you a few mins next time the IDE is screaming at you.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: