You can use Vue Language Server by following these instructions:
Configure, example on windows:
- Server > Command >
vue-language-server.cmd --stdio
ORnode "C:/Users/${user.name}/AppData/Roaming/npm/node_modules/@vue/language-server/bin/vue-language-server.js" --stdio
- Mappings > File name patterns > press "+" > File name patterns like "
*.vue
" and language id like "vue
" - Configuration:
{}
- Initialization Options, need set
${user.name}
:
{
"typescript": {
"tsdk": "C:/Users/${user.name}/AppData/Roaming/npm/node_modules/typescript/lib"
},
"vue": {
"hybridMode": false
}
}
You can use Vue highlight in the TextMate by following these instructions:
- Download and unzip in a folder
- File -> Settings -> Editor -> TextMate Bundles
- And press "+"
Select Path
to folder with highlight