Editor Extensions & Plugins¶
A compilation of the extensions and plugins I use in my IDEs.
IntelliJ IDEA & PyCharm ¶
| Plugin | Description |
|---|---|
| Rainbow Brackets | Gives different colors to open and closing brackets to easily find them. |
| .ignore | Provides syntax highlighting, templates and rule generation for different ignore files (e.g. .gitignore, .dockerignore) |
| Grep Console | Grep, tail, filter, highlighting for the integrated console. |
| GitToolBox | Extends git integration with additional features. |
| GitHub Actions Manager | Adds a tool window to view GitHub Actions workflow runs. |
| WakaTime | Metrics, insights, and time tracking automatically generated from your programming activity. See WakaTime. |
| Code::Stats | Yet another plugin for coding stats. I like stats. See Code::Stats |
| Ruff | Inspection and highlighting, Reformat Code integration and quick fixes. |
| Pydantic | Signature inspection and autocompletion for pydantic.BaseModel subclasses. |
| Color Highlighter | Highlights color hex codes and int values in the editor. |
Visual Studio Code ¶
| Extension | Description |
|---|---|
| WakaTime | Metrics, insights, and time tracking automatically generated from your programming activity. See WakaTime. |
| Caddyfile Support | Syntax highlighting for Caddyfile. |
| Code::Stats | Yet another plugin for coding stats. I like stats. See Code::Stats |
| Color Highlight | Highlights web colors in editor. |
| Container Tools | Makes it easy to create, manage, and debug containerized applications. |
| Docker DX | Provides editor warnings, code completion for Dockerfiles and compose files. |
| DotENV | Support for dotenv file syntax. |
| Even Better TOML | Fully-featured TOML support |
| GitHub Actions | Shows workflows runs, syntax hightlighting for flow files. |
| gitignore | Syntax hightlighting for .gitignore and templates. |
| GitLab Workflow | Integrates GitLab into VS Code. |
| GitLens — Git supercharged | Supercharge Git within VS Code. |
| HOCON | Support for HOCON config language. |
| Markdown All in One | Markdown support, shortcuts, previews, etc. |
| Markdown Preview Mermaid Support | Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview |
| NGINX Configuration | Adds Syntax hightlighting for NGINX configuration files. |
| Open Browser Preview | Preview files in your default browser. |
🚧 🚧 🚧