Hey everyone! I've been a backend developer for 15 years and I've got most of my workflow down. Recently, I decided to create a website using Flask and Python, but I'm running into some frustrating issues:
* I can't ctrl+click to jump into my JavaScript or CSS files.
* I can't right-click to rename an HTML class or ID without messing up the linked CSS files.
* I'm also struggling to see which CSS rules are being applied to a particular class (you know, cascade issues).
It feels like I'm coding like it's the 90s, probably because I lack the right tools! ChatGPT hasn't given me the best advice either, haha. I initially used PyCharm, then switched to IntelliJ IDEA Ultimate, but I don't really see how it's better than PyCharm, aside from handling Java.
What do you all use? Thanks!
2 Answers
I'm all about IntelliJ Ultimate; it's worth the investment if you're serious about development.
I stick to JetBrains IDEs, they're the best tools out there. Really makes coding smoother!
Definitely! Good tools can make all the difference.