Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.18 KB

vue-js-language-server.md

File metadata and controls

25 lines (23 loc) · 1.18 KB

You can use Vue Language Server by following these instructions:

Configure, example on windows:

  • Server > Command > vue-language-server.cmd --stdio OR node "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