Lapce vue plugin, support vue (SFC) syntax highlight, autocomplate,types check

Overview

Lapce Plugin for Vue (based volar)

Preview

vue plugin

Usage

Required: Lapce version must be greater than 2.0, and you can use Lapce nightly version. click here to get the newest version


Installation through the plugin market

Open Lapce (version > 2.0 required) and click the plugin icon, then find the 'vue' plugin, and click install.

Manual installation

  1. Open Lapce, Press the F1 key on your keyboard, then input :open plugins Directory in the command palette.
  2. Download lapce-vue.tar.gz click here to get release
  3. Extract lapce-vua.tar.gz into your lapce plugins directory.
  4. Reload Lapce
You might also like...
Motoko concrete syntax parser in Rust.

motoko.rs Motoko concrete syntax parser and dynamic evaluator (VM) in Rust. Motoko VM The Motoko VM explores a more dynamic way for Motoko to execute.

A lean, minimal, and stable set of types for color interoperation between crates in Rust.

This library provides a lean, minimal, and stable set of types for color interoperation between crates in Rust. Its goal is to serve the same function that mint provides for (linear algebra) math types.

A framework for iterating over collections of types implementing a trait without virtual dispatch
A framework for iterating over collections of types implementing a trait without virtual dispatch

zero_v Zero_V is an experiment in defining behavior over collections of objects implementing some trait without dynamic polymorphism.

This crate allows you to safely initialize Dynamically Sized Types (DST) using only safe Rust.

This crate allows you to safely initialize Dynamically Sized Types (DST) using only safe Rust.

Time related types (and conversions) for scientific and astronomical usage.

astrotime Time related types (and conversions) for scientific and astronomical usage. This library is lightweight and high performance. Features The f

Showcase for pathological compile times when using knuffel / chumsky / VERY LARGE types

netherquote Showcase for pathological compile times when using knuffel / chumsky / VERY LARGE types. How to reproduce The rust toolchain version is pi

A lending iterator trait based on generic associated types and higher-rank trait bounds

A lending iterator trait based on higher-rank trait bounds (HRTBs) A lending iterator is an iterator which lends mutable borrows to the items it retur

This plugin provides an interface for storing unencrypted values on the application cache folder.

Tauri Plugin Store This plugin provides an interface for storing unencrypted values on the application cache folder. Architecture This repo shape migh

This is a Pomodoro Clock implemented as a Zellij plugin.

Pomodoro Clock This is a Pomodoro Clock implemented as a Zellij plugin. It shows a Pomodoro time as well as current date time. Prerequisite You must i

Comments
  • Arch Linux, Lapce Oficial Package and Lapce-git : failed parsing jsdoc LapceLanguage: Matching variant not found

    Arch Linux, Lapce Oficial Package and Lapce-git : failed parsing jsdoc LapceLanguage: Matching variant not found

    Hello dev, i hope you're having a nice day. Im was wondering why lapce freezes and crashes when i opened my vue project and i found this error. I thought that was something related with plugins but not with this plugin. Sorry for my bad english, i love lapce and your work, god bless you :3.

    This is the complete log that my terminal throwed.

    failed parsing jsdoc LapceLanguage: Matching variant not found failed parsing jsdoc LapceLanguage: Matching variant not found failed parsing jsdoc LapceLanguage: Matching variant not found got stderr from plugin: 启动lapce-vue

    got stderr from plugin: 压缩包已存在,跳过下载

    got stderr from plugin: Ok( (), )

    got stderr from plugin: server_path:file:///home/$(user)/.local/share/lapce-stable/plugins/xiaoxin-sky.lapce-vue/vue-language-server

    failed parsing jsdoc LapceLanguage: Matching variant not found failed parsing jsdoc LapceLanguage: Matching variant not found

    opened by Linux-NDOB 1
Owner
xiaoxin
Front-end development,Love rust
xiaoxin
SWC plugin for transform Vue3-jsx syntax

swc-plugin-transform-vue3-jsx ?? SWC plugin for faster conversion vue3-jsx. Installation npm npm install swc-plugin-transform-vue3-jsx -D yarn yarn ad

null 4 Oct 19, 2022
Utilities to gather data out of roms. Written in Rust. It (should) support all types.

snesutilities Utilities to gather data out of roms. Written in Rust. It (should) support all types. How Have a look at main.rs: use snesutilities::Sne

Layle | Luca 5 Oct 12, 2022
serde support for http crate types Request, Response, Uri, StatusCode, HeaderMap

serde extensions for the http crate types Allows serializing and deserializing the following types from http: Response Request HeaderMap StatusCode Ur

Andrew Toth 3 Nov 1, 2023
Plugin to request a relaunch when uploading a Skyline plugin through cargo skyline

restart-plugin A skyline plugin for allowing cargo-skyline (or other tools) to restart your game without you having to touch your controller. Install

null 1 Nov 21, 2021
Check Have I Been Pwned and see if it's time for you to change passwords.

checkpwn Check Have I Been Pwned and see if it's time for you to change passwords. Getting started Install: cargo install checkpwn Update: cargo inst

Johannes 93 Dec 13, 2022
Check for SHA256 collisions.

Coll SHA256 Collision Finder What's This? I was curious how long it might take to find a collision for an SHA256 hash created from an arbitrary file o

Russel Porosky 0 Jan 9, 2022
Type-check non-existing `Phantom` code for Fun And Profit

Sometimes you may want to write Rust code that ought to be type-checked (e.g., borrow-checked) in the same fashion as real Rust code even though that code is never intended to be run / to affect or even reach code generation.

Daniel Henry-Mantilla 4 Jun 5, 2022
Open-source Rewind.ai clone written in Rust and Vue running 100% locally with whisper.cpp

mind-overflow Open-source Rewind.AI clone built with Tauri and Vue. Leverages whisper.cpp for Speech-to-Text and (wip: llama.cpp for Text generation a

Maxime Dolores 4 Aug 9, 2023
Error context library with support for type-erased sources and backtraces, targeting full support of all features on stable Rust

Error context library with support for type-erased sources and backtraces, targeting full support of all features on stable Rust, and with an eye towards serializing runtime errors using serde.

Findora Foundation 1 Feb 12, 2022
Experimental syntax for Rust

Osy.rs Experimental syntax for Rust Hey everyone, this readme needs work! The spec has been roughed out in Osy.rs_spec.alpha, but the file could be be

null 3 Dec 17, 2021