Enhance the readability of your Python code with beautiful mathematical symbols! This IntelliJ plugin automatically replaces standard Python operators with their mathematical equivalents.
- 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
Python Operator | Mathematical Symbol | Description |
---|---|---|
>= | ≥ | Greater than or equal |
<= | ≤ | Less than or equal |
!= | ≠ | Not equal |
-> | ➔ | Arrow |
lambda | λ | Lambda |
** | ^ | Power |
- Open IntelliJ IDE
- Go to Settings/Preferences → Plugins
- Search for "Prettify Python"
- Click Install
- Restart IDE if required
- Go to Settings/Preferences
- Navigate to "Prettify Python" in the plugins list
- Here you can:
- Enable/disable specific replacements
- Add new custom replacements
- Edit existing replacements
- Organize replacements by categories
- Import/Export your replacement settings
This is particularly useful if you're using a font with ligatures that already provides some of these replacements. You can disable those and keep only the ones you need!
Compatible with all IntelliJ-based IDEs that support Python, version 2024.3 and above.
- Plugin Page: JetBrains Marketplace
- Website: meanmail.dev/plugin/2
- Twitter: @meanmaildev
Your ratings and feedback are very important! New features are prioritized based on user requests.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Made with ❤️ by meanmail.dev