coc-webpack
v1.5.0
Published
autocomplete support for webpack config
Downloads
20
Readme
coc-webpack
webpack's config options are crazy much 😢 and this is an simple autocomplete support for (neo)vim
Note: you may not need this plugin anymore see: type check in javascript
this plugin will default disable when use
@type
check
features:
- auto-complete
- hover document
Installation
:CocInstall coc-webpack
Usage
For now it support below format:
file name: webpack.config.js
:
module.exports = {
|
}
Command
start webpack watch task for current project
:CocCommand webpack.watch
coc-list
:CocList webpack
:CocList webpackErrors
Configuration
"coc-webpack.enable": true, // enable coc-webpack
"coc-webpack.disableWhenUseTypeCheck": true, // disable coc-webpack when use @type {import('webpack').Configuration} comment
"coc-webpack.trace.server": "off" // Trace level of coc-webpack