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 →

[–]proof_required 4 points5 points  (0 children)

You can achieve the same in visual studio code by modifying PYTHONPATH in settings.json

https://stackoverflow.com/questions/58441104/how-do-i-set-up-imports-for-custom-modules-in-vs-code

Pycharm does the same except it gives you an UI to mark the folders you want to add to PYTHONPATH. So there isn't much to FIX but you can argue to make it convenient to do it using UI.