slidevjs / slidev-vscode

VS Code extension for Slidev
https://marketplace.visualstudio.com/items?itemName=antfu.slidev
MIT License
252 stars 17 forks source link

[Feature Request]: can add slidev language server? #9

Open Innei opened 3 years ago

Innei commented 3 years ago

tl;dr;

type <v-c trigger code complation -> <v-click>, etc.

add windi language server, type <div class="| -> trigger complation -> open windi complation.

antfu commented 3 years ago

Not in priority, but contribution welcome :)

KermanX commented 4 months ago

Just found https://github.com/vuejs/language-tools/pull/4321 can almost achieve this effect. Following the guide for VitePress in that PR, we can even have type information inside Markdown file:

image