How to add "Open Folder as PyCharm Project"

tags: Experience and resource sharing  pycharm

1. Open our registry manager

Win+R enter Regedit

2. Search

Computer\HKEY_CLASSES_ROOT\Directory\Background\shell

3. Select the shell, right-click the new item, and name it, the author is Pycharm

4. The default value is modified to the text content of our right-click menu

5. Right-click on the new string in the right area, this is the icon whose value is the path of our pycharm.exe

6. Select the pycharm item and create a new item command

7. Modify the default value of command, the English "path of pycharm" "%V"

Example: "C:\Program Files (x86)\PyCharm 2020.2\bin\pycharm64.exe" "%V"

8. Both shells must be set up

Intelligent Recommendation

How to add the right mouse button to open the folder

background: When installing vscode, did not choose to support the right to open the folder, very hard to accept Solution: By modifying the list of registered modify the right mouse button menu step: 1...

How to represent the Spring Security "custom-filter" using Java configuration?

A value-seeking thing seeing outside the network. What is the equivalent Java configuration for the Spring Security tag? I tried http.addFilter( new MyUsernamePasswordAuthenticationFilter() ) where th...

Exception in thread "main" error when deploying web project

The main reason: the JDK version used by the container does not match For example, tomcat7 does not support JDK5, which is a fundamental problem. Solution: Use the matching JDK according to the corres...

How to open the django project in pycharm

Table of contents background step 1. Open pycharm 2. Configuration environment 3. Run be careful Summarize background There is now a step -ended project, which is also given a Python environment packa...

How does pycharm open multiple py files in a folder at once

As a beginner, I have just come into contact with python and pycharm not long ago, and I often come into contact with some incomplete project files from senior brothers and sisters or other people, an...

More Recommendation

pycharm add right-click menu to open as project

pycharmAdd a right-click menu How to add Open Folder as PyCharm Project to the right-click menu - Zhihu PyCharm Icon command D:\software\pycharm2021\PyCharm Community Edition 2021.2\bin\pycharm64.exe ...

[Tips] How to add the mouse to the right mouse button to open the project folder with VSCODE

method one Check the Open with Code option when installing VSCODE Method Two New blank text file Enter the following information Among them, D: \ Microsoft vs code \ code.exe can be directly replaced ...

How to filter out gt, lt, quot, amp, apos in xml string

  In normal development, I believe you will encounter the situation where the xml string contains the symbols gt, lt, quot, amp, apos, as shown in the figure below:   From the figu...

PyCharm - How to create a directory or folder ?

PyCharm - How to create a directory or folder ? 1. New Directory right mouse click on the project -> New -> Directory 2. Enter new directory name -> OK...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top