Create a python project in a fast way
I create small python projects recently. They have only two or three files. I find the normal to create a project in wingpro is a little complex. First choose the python command, second add the directory, open a file windows, finally I must save the project file, I have to input the project name two times.
Is there a way to create a lightweight project? I think script or macro can help me, but no idea. The projects I want to create always use the same python env. I hope I only input the project name once and get the project work.
Maybe a command line agent is helpful too. I use vscode and sublime text, code <directory> or subl <diretory> can create a project very fast. But I can't find how to use or create a "wing" command to do such thing.
Comments
By lightweight project, do you mean opening a code directory and working with it like you can do with VSCode? Wing currently does not support this, though we may add it in a future release.
You may be running into a bug if you need to enter the filename for the project twice. Could you make sure you're using the latest Wing release, try creating a project and then submit a bug report from Wing's Help menu if you need to enter the filename twice?