aspect-build / aspect-workflows-template

Scaffolding for new Aspect workspace
1 stars 1 forks source link

[FR]: Demonstrate Python Editors #57

Open alexeagle opened 4 weeks ago

alexeagle commented 4 weeks ago

What is the current behavior?

https://www.youtube.com/playlist?list=PLLU28e_DRwdu46fldnYzyFYvSJLjVFICd doesn't include "how do I setup my editor"

Describe the feature

Include VSCode and PyCharm.

Show how to select the virtual env so that jump-to-defn and auto-complete of 3p packages work. Both for a binary and a test. Show how other suggested editor integrations ought to be configured, like formatting. Show how to use the debugger. Show how to correctly exclude files in bazel-out or other spots the editor should not be indexing.

alexeagle commented 4 weeks ago

Note generate a venv with the deps installed in it automatically and configuring VSCode to use that venv for its default interpreter.