volar-service-pug
Volar plugin for Pug.
Installation
npm install volar-service-pug
Usage
volar.config.js
module.exports = {
services: [
require('volar-service-pug').create(),
],
};
Integrate Pug into Volar
Volar plugin for Pug.
npm install volar-service-pug
volar.config.js
module.exports = {
services: [
require('volar-service-pug').create(),
],
};
@volar/typescript
initialIndentLevel
option for accurate embedded code formatting #75volar-service-tsconfig
packagevolar-service-pretty-ts-errors
packagedocumentSelector
/ *DocumentSelector
option.isFormattingEnabled
option.postcss
language. If necessary, you can configure scssDocumentSelector: ['scss', 'postcss']
option.onDidChangeCustomData
option instead of inject 'html/updateCustomData'
key.ClientCapabilities.textDocument.foldingRange
optionvalidate.enable
config not working for semantic checkautoClosingTags
not working at first linegetScript()
result in semantic features #73ReferenceContext
#65getPrettier
option #68*.suggest.enabled
, *.validate.enable
config options not working (https://github.com/volarjs/services/commit/6f13b47fc01e9999f6fa46023f80225957f421f8)volar-service-eslint
, volar-service-tslint
has been deprecated #72