-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README with detailed plugin info and features
Expanded the README to include comprehensive details about the plugin's features, installation steps, supported replacements, and configuration options. Improved clarity and structure to enhance usability and understanding for users.
- Loading branch information
Showing
1 changed file
with
43 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,59 @@ | ||
# prettify-python-plugin | ||
# Prettify Python Plugin | ||
|
||
[](https://plugins.jetbrains.com/plugin/12017) | ||
[](https://plugins.jetbrains.com/plugin/12017) | ||
[](https://twitter.com/meanmaildev) | ||
|
||
Intellij IDE plugin | ||
Enhance the readability of your Python code with beautiful mathematical symbols! This IntelliJ plugin automatically replaces standard Python operators with their mathematical equivalents. | ||
|
||
## Features | ||
|
||
- **Automatic Operator Replacement**: Convert standard Python operators to mathematical symbols | ||
- **Customizable Rules**: Configure replacement patterns to match your preferences | ||
- **Instant Application**: See changes immediately as you type | ||
- **IDE Integration**: Seamlessly works within your IntelliJ environment | ||
|
||
## Supported Replacements | ||
|
||
| Python Operator | Mathematical Symbol | Description | | ||
|----------------|---------------------|-------------| | ||
| >= | ≥ | Greater than or equal | | ||
| <= | ≤ | Less than or equal | | ||
| != | ≠ | Not equal | | ||
| -> | ➔ | Arrow | | ||
| lambda | λ | Lambda | | ||
| ** | ^ | Power | | ||
|
||
## Installation | ||
|
||
https://meanmail.dev/plugin/2 | ||
1. Open IntelliJ IDE | ||
2. Go to Settings/Preferences → Plugins | ||
3. Search for "Prettify Python" | ||
4. Click Install | ||
5. Restart IDE if required | ||
|
||
Your ratings and feedback are very important. The feature will appear the faster the more people request it. | ||
## Configuration | ||
|
||
## Supported versions of Intellij: | ||
1. Go to Settings/Preferences | ||
2. Navigate to "Prettify Python" in the plugins list | ||
3. Customize replacement rules according to your preferences | ||
|
||
All product with python 2019.2—2020.3(eap) | ||
## Supported IDE Versions | ||
|
||
## Features: | ||
Compatible with all IntelliJ-based IDEs that support Python, version 2024.3 and above. | ||
|
||
### Folding | ||
## Support and Feedback | ||
|
||
\>= to ≥ | ||
- Plugin Page: [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/12017) | ||
- Website: [meanmail.dev/plugin/2](https://meanmail.dev/plugin/2) | ||
- Twitter: [@meanmaildev](https://twitter.com/meanmaildev) | ||
|
||
<= to ≤ | ||
Your ratings and feedback are very important! New features are prioritized based on user requests. | ||
|
||
!= to ≠ | ||
## License | ||
|
||
-> to ➔ | ||
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. | ||
|
||
lambda to λ | ||
--- | ||
|
||
** to ^ | ||
Made with ❤️ by [meanmail.dev](https://meanmail.dev) |