volar-service-pug-beautify
Volar plugin for pug-beautify
.
Installation
npm install volar-service-pug-beautify
Usage
volar.config.js
module.exports = {
services: [
require('volar-service-pug-beautify').create(),
],
};
Integrate pug-beautify into Volar
Volar plugin for pug-beautify
.
npm install volar-service-pug-beautify
volar.config.js
module.exports = {
services: [
require('volar-service-pug-beautify').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