project name
i like the option to open a directory, since i have many projects which are all in different directories, but i just started using Pycharm ... the problem is, if i have a bunch of projects which are in a common path naming like:
A/B/C/html
D/E/F/html
then both projects show up as "html" ... isn't there a way to name a project so that name is used to identify which project it is for?
A/B/C/html
D/E/F/html
then both projects show up as "html" ... isn't there a way to name a project so that name is used to identify which project it is for?
Please sign in to leave a comment.
Development [tools] (/Users/eduvall/ALMA/Development)
This fixed my Tools project but the Utilities project is pointing to the old name of the tools project.
How can I remove the Tools project from the Utilities project?
I read this thread and it's not encouraging ... maybe i'll just leave my project name unchanged.
But I am surprised that there is not GUI command to change the project name....
More generally, if i have an existing code base and i want to use pycharm, then it seems like i use the "open directory" command and that sets the project name to be my directory name. I can't use the "new project" command because that is only used for brand new projects with no code – is this correct? (I'm a newbie to pycharm).
if i have multiple directories, i will have multiple projects.
thus, project names are very important.
project names can be partially changed by editing .idea/.name
when the new project name change GUI command comes out, I'm hoping it will not be confused (and error out) if the .name file is different from the root directory name. it should bring the .name hack back into a consistent state and then do the name change from the consistent state.
moreover, the project is still listed in: menu, file, reopen
so, how can i cleanly remove a project?
From IDE "recent projects" list: when IDE has no project open, it will show "welcome/homepage" screen. In "Recent Projects" section – when you hover your mouse cursor over such project, just click on "x" button.
From file system: by manually deleting unnecessary folders/files.
You can try "Settings | Project Structure":