Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyCharm is missing project type drop down

Tags:

python

pycharm

I've just downloaded PyCharm community edition for my Mac. It seems to work great but for some reason project type -dropdown is missing in Create project dialog. I'm newbie to PyCharm (and Python overall) so I don't know if there is some obvious reason for this.

I was able to create projects however - even in virtualenv. But they are always empty projects.

like image 817
Borre Avatar asked Mar 23 '14 12:03

Borre


People also ask

How to fix PyCharm can't load project files?

Exit PyCharm, navigate to project root, delete the .idea file, open PyCharm, create a new project from the current projects source. Result: seems to load fine, but cannot see any project files in either "Project" view or individually load and view any files. Fresh download and run of PyCharm, repeating the above step.

Is it possible to search by file in PyCharm?

Result: Same as option 1. I can do a search by file or class name within PyCharm and the search does find the files. But on selecting one to load from the search results, the search dialogue just closes and the file is not loaded. Also to clarify, I still have the files on disk in the project root physically.

How do I open a toolbox in PyCharm?

Toolbox URL: if you have PyCharm toolbox installed, you can insert the copied path in the browser to open the toolbox with the selected project. Insert the contents of the clipboard into the selected location. Open the selected file in the editor. If the file is already open, the corresponding editor tab will become active.

How do I sort files in PyCharm?

If this option is on, PyCharm automatically locates documents that you open in the editor in the current view of this window. If the option is off, the items (files, classes, and so on) are sorted alphabetically. If the option is on, the files are sorted by their extensions. If the option is on, folders are shown above the files.


1 Answers

This may be due to Community Edition which doesn't provide all functionality. Download the professional edition of pycharm. The professional edition is free to use for one month.

like image 120
jatinkumar patel Avatar answered Sep 28 '22 04:09

jatinkumar patel