• 0 Posts
  • 2 Comments
Joined 1Y ago
cake
Cake day: Jun 20, 2023

help-circle
rss

But does actually work like an IDE? I for example love PyCharm understanding type annotation. Not only it highlights errors, but also improves autocompletion and makes big refactoring less scary.

The integration with data grip (unfortunately that’s available in paid version) allows for similar behavior with SQL contained in strings. Which IMO fixes the impedance mismatch that created the need for query builders and ORM frameworks.


They work in terminal. To me a more interesting question would be, why VSCode over PyCharm for Python for example.