Create a Python document without creating a project
Hello PyCharm team,
as the title suggests, it would be great to have a possibility for creating a Python document without creating a Python project first.
Thanks for reading,
Please sign in to leave a comment.
At least as far as I can tell, PyCharm always thinks you're in some kind of project. That doesn't mean you can't use "Open Directory" on an empty directory, then open whatever file you want.
Unfortunately this is not likely to be possible. PyCharm's model is entirely project centric; the most we can do is create a dummy project somewhere behind your back.