coc-vscode-loader — Run ANY VS Code extension in coc.nvim, zero config, automagic conversion #5668
Replies: 3 comments 6 replies
-
|
v1.5.2 released! 🎉 121 extensions supported across 70+ languages: LSP — Vue (Volar), Angular, Svelte, Astro, Prisma, Rust Analyzer, Deno, Biome, Pyright, PHP Intelephense, Clangd, Tailwind CSS, Stylelint, Ansible, Terraform, Docker, Bash, Lua, Go, ... Snippets — React, Next.js, SolidJS, Vue, Angular, Svelte, JavaScript, TypeScript, Python, PHP, Go, Rust, C/C++, C#, Java, Dart/Flutter, Ruby, Rails, HTML, CSS, SCSS, Less, Markdown, ... Formatters — Prettier, ... Plus formatters, linters, and completions for HTML, CSS, SCSS, Less, JSON, YAML, TOML, GraphQL, Markdown, Dockerfile, gitignore, Makefile, and more. New in this release:
Full changelog: https://github.com/coc-plugin/coc-vscode-loader/releases/tag/v1.5.2 |
Beta Was this translation helpful? Give feedback.
-
|
v1.5.7 released! 🎉 Vim 9.0+ support — TUI now works in Vim too! The entire TUI has been refactored behind an EditorAPI abstraction layer with NvimEditor/VimEditor backends. Auto-detects editor at runtime. Covers 83/86 TUI features with identical 19 keymaps across both editors. excludeDeps field — SourceStep can now filter out unwanted dependencies from source extensions. Supports prefix matching (e.g. @wdio matches @wdio/cli, @wdio/local-runner). Use with keepDeps to replace vendored/broken deps with proper npm versions. New in registry: Code Runner (direct-api, 12 patches) Converter fixes: LanguageClient transform now correctly matches new expressions, balanced-parenthesis matching for Location.create/new CodeAction/registerDocumentFormatProvider, smarter .fileName and .uri.fsPath regex patterns, workspace.saveAll patch support, and more. Full changelog: https://github.com/coc-plugin/coc-vscode-loader/releases/tag/v1.5.7 |
Beta Was this translation helpful? Give feedback.
-
|
v1.6.2 released! 🎉 This release focuses on infrastructure — the Registry Update Checker CI that automatically monitors upstream extension repos for breaking changes:
Full changelog: https://github.com/coc-plugin/coc-vscode-loader/releases/tag/v1.6.2 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Ever wished you could just
:CocInstallany VS Code extension and have it work?Now you can.
Pick an extension from the TUI — Volar, Prisma, Deno, Tailwind CSS, Biome, whatever. Hit install. Done.
🤯 How it works
Behind the scenes, it automatically converts VS Code API calls to coc.nvim equivalents:
from 'vscode'→from 'coc.nvim')🔥 mason.nvim-style TUI + Registry website
Search, filter, install, update, uninstall — all from a floating window. Or browse the full collection online.
🚀 Ready-to-use extensions
Huge and growing collection. Everything from language servers to formatters to linters.
Browse the full registry: https://coc-plugin.github.io/coc-vscode-registry/
⚡ Quick start
That's it. Pick your extensions. Enjoy.
Open source at https://github.com/coc-plugin/coc-vscode-loader — contributions welcome!
Beta Was this translation helpful? Give feedback.
All reactions