forked from JetBrains/requirements
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdescription.html
53 lines (43 loc) · 1.51 KB
/
description.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<h4>Features</h4>
<ul>
<li>Highlighting and Syntax check for requirements.txt files in IDE</li>
<li>Reference to subrequirements files (Ctrl + click)</li>
<li>Opening packages in a browser (Ctrl + click)</li>
<li>Reformat file</li>
<li>Support renaming</li>
<li>Uninstall package</li>
</ul>
<h4>Actions</h4>
<ul>PyCharm, and other products if the Python plugin is installed
<li>Install All packages</li>
</ul>
<h4>Code Inspections</h4>
<ul>PyCharm, and other products if the Python plugin is installed
<li>Check if packages are installed</li>
<li>Checking package versions</li>
<li>Check for duplicate definitions</li>
<li>Checking environment markers</li>
</ul>
<ul>All IDEs
<li>Check if there are files to which there is a link</li>
</ul>
<h4>Quick fixes</h4>
<ul>PyCharm, and other products if the Python plugin is installed
<li>Install package</li>
<li>Remove duplicate</li>
<li>Remove unused package</li>
<li>Uninstall package</li>
</ul>
<h4>More info</h4>
<ul>
<li><a href="https://meanmail.dev/plugin/1?utm_source=jetbrains-ide&utm_medium=plugin-description&utm_campaign=requirements&utm_content=more-info">
meanmail.dev
</a></li>
<li><a href="https://github.com/meanmail/requirements">
GitHub
</a></li>
<li><a href="https://plugins.jetbrains.com/plugin/10837">
JetBrains Plugins Repository
</a></li>
</ul>
Your ratings and feedback are very important. The feature will appear the faster the more people request it.