This coc.nvim extension provides feature split from coc-volar

Overview

coc-volar-tools

What' coc-volar-tools?

This coc.nvim extension provides feature split from coc-volar. split into a separate coc-extension due to the large package size used, etc.

Install

CocInstall:

:CocInstall @yaegassy/coc-volar-tools

scoped packages

vim-plug:

Plug 'yaegassy/coc-volar-tools', {'do': 'yarn install --frozen-lockfile'}

Configuration options

  • volar-tools.enable: Enable coc-volar-tools extension, default: true

Commands

  • volar.action.splitEditors: Split
You might also like...

GraphQL extension for coc.nvim

GraphQL extension for coc.nvim

Sep 4, 2022

Marksman (Markdown LSP server) extension for coc.nvim

coc-marksman fork from a marksman-vscode Integrates Marksman language server into coc.nvim for delightful Markdown note taking experience. coc-marksma

Nov 18, 2022

Vitest for coc.nvim

Vitest for coc.nvim

coc-vitest Vitest for coc.nvim Install vim-plug: Plug 'yaegassy/coc-vitest', {'do': 'yarn install --frozen-lockfile'} CocInstall: Not supported at thi

Sep 4, 2022

Solidity language server for coc.nvim

Solidity language server for coc.nvim

coc-solidity coc.nvim extension for solidity. Language server provided by solidity-ls. solidity-ls has no tolerance. Means that some features will onl

Dec 5, 2022

Intelligent Tailwind CSS tooling for coc.nvim

Intelligent Tailwind CSS tooling for coc.nvim

coc-tailwindcss3 fork from a vscode-tailwindcss Intelligent Tailwind CSS tooling for coc.nvim. Motivation There are two coc.nvim extensions to "tailwi

Jan 1, 2023

Typos integration with coc.nvim

coc-typos Typos integration with coc.nvim. It checks typos with opened buffer automatically. Install Install typos by: cargo install typos-cli Make s

Aug 22, 2022

This application provides the CDK project and a frontend that allows you to build a serverless chat application based on API Gateway's WebSocket-based API feature.

This application provides the CDK project and a frontend that allows you to build a serverless chat application based on API Gateway's WebSocket-based API feature.

Serverless chat application using ApiGateway Websockets This project lets you provision a ready-to-use fully serverless real-time chat application usi

Jan 3, 2023

Further split the React Native code based on Metro build to improve performance, providing `Dll` and `Dynamic Imports` features

Further split the React Native code based on Metro build to improve performance, providing `Dll` and `Dynamic Imports` features

React-Native Code Splitting Further split the React Native code based on Metro build to improve performance, providing Dll and Dynamic Imports feature

Dec 29, 2022

Discover people willing to split the cost for LeetCode Premium accounts with you @BITS-ACM.

Discover people willing to split the cost for LeetCode Premium accounts with you @BITS-ACM.

Litecode litecode.bitsacm.in About ~ 2 months before every internship season, every single CS student in the world has felt the pain of the sinking re

Aug 9, 2022

Fallblatt - fallblatt is a lightweight jQuery plugin for animating split flap displays

Fallblatt - fallblatt is a lightweight jQuery plugin for animating split flap displays

fallblatt Ever wondered about those big legacy displays in aiport terminals and train stations? They are called split-flap displays (Fallblattanzeige

Oct 11, 2022

jQuery Split Pane plugin

split-pane jQuery Split Pane plugin The plugin should work in IE8 and above as well as in Chrome, Safari and Firefox. You can download split-pane.js a

Dec 13, 2022

Command line utility to split OpenAPI documents into smaller, self contained, service oriented documents and prepare StackQL provider interfaces

openapi-doc-util Command line utility to split OpenAPI documents into smaller, self contained, service oriented documents and prepare StackQL provider

Sep 29, 2022

BCash is an app to help you keep track of who you owe and who owes you money in an easy way. Split your tabs and more.

BCash BCash is an app to help you keep track of who you owe and who owes you money in an easy way. Split your tabs and more. Routes for develpment: lo

Aug 11, 2022

Unopinionated utilities for resizeable split views

Split Unopinionated utilities for resizeable split views. Zero Deps Tiny: Each is between 1-2kb gzipped. Fast: No overhead or attached window event li

Dec 24, 2022

🏏 GitHub action to split your Git release tag into SemVer 2.0 parts

🏏 Git Tag Action GitHub action to split your Git release tag into SemVer 2.0 parts This is a simple action to split your git tag, usually for release

Oct 31, 2022

Split bills between friends ;)

Split bills between friends ;)

SplitWise - FindCoder.io Hackathon Submission Full stack application to split bills among friends ;) Frontend : https://tripsplits.netlify.app/registe

Dec 25, 2022

Simple and minimal split pane component for Solid!

solid-split-pane Split pane component for Solid! Uses Split.Js under the hood. Takes all props that split.js takes, plus a gutterClass. (Q) Why not so

Oct 28, 2022

PackageInfo - chrome-extension which provides information about node packages, whenever you select the package name using mouse

PackageInfo - chrome-extension which provides information about node packages, whenever you select the package name using mouse

PackageInfo chrome-extension which provides information about node packages, whenever you select the package name using mouse Whenever you surf throug

Feb 12, 2022
Comments
  • feat: preview support

    feat: preview support

    Currently it just jumps to the target location in the editor, but I made a simplified version for now.

    DEMO(mp4):

    https://user-images.githubusercontent.com/188642/165060816-724ddac1-7eea-459f-9c28-127d1ed34084.mp4

    opened by yaegassy 11
  • feat: add

    feat: add "Volar Language Service Plugin" features

    I added the "Volar Language Service Plugin" in coc-volar-tools. I tried to support prettier-html.

    However, the package size becomes very, very large when including the prettier itself...

    package size: 2.6 MB, unpacked size: 15.0 MB

    $ npm pack --dry-run
    npm notice
    npm notice 📦  @yaegassy/[email protected]
    npm notice === Tarball Contents ===
    npm notice 1.1kB  LICENSE
    npm notice 1.1kB  README.md
    npm notice 1.2MB  lib/index.js
    npm notice 13.8MB lib/plugins/prettier-html.js
    npm notice 1.8kB  package.json
    npm notice === Tarball Details ===
    npm notice name:          @yaegassy/coc-volar-tools
    npm notice version:       0.0.2
    npm notice filename:      @yaegassy/coc-volar-tools-0.0.2.tgz
    npm notice package size:  2.6 MB
    npm notice unpacked size: 15.0 MB
    npm notice shasum:        fedf880f4f27db9221451054d795fb66cfa2b7ba
    npm notice integrity:     sha512-MCeHf2wFUqU88[...]uK2zUwAI9rmqQ==
    npm notice total files:   5
    npm notice
    yaegassy-coc-volar-tools-0.0.2.tgz
    
    opened by yaegassy 2
Owner
yaegassy
yaegassy
⚡️ Integrate Nuxt with Twind, The smallest, fastest, most feature complete tailwind-in-js solution in existence!

Nuxt Twind Module Integrate Nuxt with Twind, The smallest, fastest, most feature complete tailwind-in-js solution in existence! Warning ?? This module

pooya parsa 38 Oct 18, 2022
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.

With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive impl

BootstrapVue 14.2k Jan 4, 2023
Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.

Onsen UI - Cross-Platform Hybrid App and PWA Framework Onsen UI is an open source framework that makes it easy to create native-feeling Progressive We

null 8.7k Jan 4, 2023
Nuxt-Module, that provides a system to set shopware cache-tags for later use in e.g. a full-page cache

nuxt-shopware-caching Nuxt-Module, that provides a system to set shopware cache-tags for later use in e.g. a full-page cache. This module is meant to

Mothership GmbH 5 Nov 8, 2022
Vite-plugin-web-extension - A vite plugin for generating cross browser platform, ES module based web extensions.

vite-plugin-web-extension A vite plugin for generating cross browser platform, ES module based web extensions. Features Manifest V2 & V3 Support Compl

Ruben Medina 81 Dec 31, 2022
Chrome Extension Boilerplate with SolidJS + Vite + TypeScript + Manifest V3 + Hot Relaod

Chrome Extension Boilerplate with SolidJS + Vite + TypeScript + Manifest V3 + Hot Relaod Intro This boilerplate is made for creating chrome extensions

fuyutarow 34 Dec 27, 2022
Chrome Extension boilerplate with SolidJS + Vite + CRXJS

SolidJS Chrome Extension boilerplate An easy way to create Chrome extensions with SolidJS using Vite + CRXJS. Features For more functionality, check o

Ryan Conceicao 8 Dec 25, 2022
(unofficial) Nuxt VS Code Extension

(unofficial) nuxt-vscode This uses nuxi but makes it interactive and easy to use with a nuxt 3 project. Nuxi commands for vscode. This extension is no

Christian Preston 15 Dec 25, 2022
coc-pyright-tools is a coc-extension that adds its own functionality to coc-pyright for coc.nvim. Currently the "Inlay Hints", "CodeLens" and "Test Framework commands" feature is available.

coc-pyright-tools !!WARNING!! Inlay hints feature of coc-pyright-tools, have been ported to coc-pyright itself. https://github.com/fannheyward/coc-pyr

yaegassy 5 Aug 23, 2022
Alpine.js Language Features (Volar) extension for coc.nvim

[Experimental] coc-volar-alpinejs fork from vscode-alpine-language-features Alpine Language Features extension for coc.nvim Note @volar/alpine-languag

yaegassy 6 Oct 12, 2022