Monorepo of IDE plugins and extensions — JetBrains, VS Code, and more.
Each plugin lives in its own directory with a readme.md.
Cursor IDE: Sign up with referral link — supports the author when you subscribe.
| Plugin | Platform | Version | Summary | Docs |
|---|---|---|---|---|
| AI Chat File Links | JetBrains | 0.3.2 | Fixes file links from AI Chat not opening in the editor (PyCharm, IntelliJ, WebStorm, …) | EN · RU |
| Python Doc Links | JetBrains | 0.2.8 | Ctrl+Click in Python docstrings / comments (filename.py, :py:func:, :py:class:, :py:data:, :py:mod:, short forms) |
EN · RU |
| Python Doc Links | VS Code / Cursor | 0.2.10 | Ctrl+Click for Python docstring/comment references (filename.py, :py:func:, :py:class:, :py:data:, :py:mod:, short forms) |
EN · RU |
| Multiline Find | VS Code / Cursor | 0.1.6 | PyCharm-like Ctrl+F for multiline selections; F3 searches the whole file | EN · RU |
| Python Quick Intent | VS Code / Cursor | 0.4.4 | PyCharm-style Alt+Enter intentions for Python: import, Fix with AI, Quick Edit in Cursor | EN · RU |
| TypeScript Doc Links | VS Code / Cursor | 0.1.7 | Ctrl+Click in TS/JS comments / JSDoc (@see, {@link ./file.ts}, File:, // See, @/ aliases) |
EN · RU |
| Cursor Chat Prompt Library | VS Code / Cursor | 0.8.2 | Ctrl+Alt+T (primary), Ctrl+Alt+Shift+P → AI chat; 850 templates, 41 categories | EN · RU |
| Cursor Chat Prompt Library RU | VS Code / Cursor | 0.6.0 | 850 Russian prompts, 41 categories; Ctrl+Alt+Shift+P; parallel install with EN | RU · EN |
| Cursor AI Chat Click Redirect | VS Code / Cursor | 0.6.5 | AI chat → external IDE by extension; redirect on new tab only (not if file tab already open / tab-bar click); optional log | EN · RU |
VS Code/Cursor extensions live under
vscode/<name>/.
plugins/ ← git root (plugins)
README.md # index (EN)
README_RU.md # index (RU)
license # MIT
jetbrains/
<plugin-name>/
readme.md
build.gradle.kts
src/
vscode/
<extension-name>/
readme.md
package.json
src/
MIT — free to use, modify, and distribute, at your own risk (JetBrains Marketplace, VS Code Marketplace / Open VSX).
Cursor IDE: Sign up with referral link — supports the author when you subscribe.