
Security News
Packagist Urges Immediate Composer Update After GitHub Actions Token Leak
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.
@vue/typescript-plugin
Advanced tools
A TypeScript language service plugin that enables tsserver to understand .vue files. This plugin is used by @vue/language-server to collaborate with the TypeScript language service.
npm install @vue/typescript-plugin --save-dev
Create .vscode/settings.json in your project root:
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
{
"compilerOptions": {
"plugins": [
{ "name": "@vue/typescript-plugin" }
]
}
}
This plugin registers the following Vue-specific commands for tsserver:
| Command | Description |
|---|---|
_vue:projectInfo | Get project information |
_vue:collectExtractProps | Collect extractable props |
_vue:getImportPathForFile | Get import path for a file |
_vue:getAutoImportSuggestions | Get auto-import suggestions |
_vue:resolveAutoImportCompletionEntry | Resolve auto-import completion entry |
_vue:isRefAtPosition | Check if position is a ref |
_vue:getComponentDirectives | Get component directives |
_vue:getComponentNames | Get component name list |
_vue:getComponentMeta | Get component metadata |
_vue:getComponentSlots | Get component slots |
_vue:getElementAttrs | Get element attributes |
_vue:getElementNames | Get element name list |
_vue:resolveModuleName | Resolve module name |
_vue:documentHighlights-full | Document highlights |
_vue:encodedSemanticClassifications-full | Semantic classifications |
_vue:quickinfo | Quick info |
This plugin is created using createLanguageServicePlugin from @volar/typescript. It:
vueCompilerOptions from tsconfig.json.vue files@vue/language-core - Core module@vue/language-server - Language servervue-component-meta - Component metadataMIT License
FAQs
<a href="https://github.com/vuejs/language-tools/blob/master/LI
The npm package @vue/typescript-plugin receives a total of 75,011 weekly downloads. As such, @vue/typescript-plugin popularity was classified as popular.
We found that @vue/typescript-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.