coc-webpack

1.5.0 • Public • Published

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

image

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

Readme

Keywords

Package Sidebar

Install

npm i coc-webpack

Weekly Downloads

11

Version

1.5.0

License

MIT

Unpacked Size

2.31 MB

Total Files

13

Last publish

Collaborators

  • yuuko