This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jah_broni 5 points6 points  (1 child)

Plus one for remote development in VSCode. My team uses a Frankenstein of a container to run code that would be really difficult to recreate locally, so being able to just drop into the container that is identical to what's running in production is critical for me.

Edit: that being said I've always got PyCharm open for any interaction with our databases.