-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdescription.html
57 lines (43 loc) · 1.7 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
54
55
56
57
<h1>Prettify Python</h1>
<p>Enhance the readability of your Python code with beautiful mathematical symbols!</p>
<p>This plugin automatically replaces standard Python operators with their mathematical equivalents, making your code more elegant and readable.</p>
<h2>Key Features</h2>
<ul>
<li>Automatic operator replacement with mathematical symbols</li>
<li>Customizable replacement rules</li>
<li>Instant changes application</li>
</ul>
<h2>Supported Replacements</h2>
<ul>
<li>>= → ≥ (greater than or equal)</li>
<li><= → ≤ (less than or equal)</li>
<li>!= → ≠ (not equal)</li>
<li>-> → ➔ (arrow)</li>
<li>lambda → λ (lambda)</li>
<li>** → ^ (power)</li>
</ul>
<h2>How to Use</h2>
<ol>
<li>Install the plugin</li>
<li>Open any Python file</li>
<li>Enjoy automatic formatting!</li>
</ol>
<h2>Configuration</h2>
<p>You can customize replacement rules in the plugin settings:</p>
<ol>
<li>Go to Settings/Preferences</li>
<li>Find "Prettify Python" in the plugins list</li>
<li>Here you can:
<ul>
<li>Enable/disable specific replacements</li>
<li>Add new custom replacements</li>
<li>Edit existing replacements</li>
<li>Organize replacements by categories</li>
<li>Import/Export your replacement settings</li>
</ul>
</li>
</ol>
<p><em>Note: If you're using a font with ligatures, you can disable the replacements that your font already provides and keep only the ones you need!</em></p>
<h2>Support</h2>
<p>If you have any questions or suggestions, visit the <a href="https://meanmail.dev/plugin/2">plugin page</a>.</p>
<p>Enjoy more beautiful Python code! 🐍✨</p>