1.5.0 • Published 3 years ago

coc-webpack v1.5.0

Weekly downloads
37
License
MIT
Repository
github
Last release
3 years ago

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
1.5.0

3 years ago

1.4.0

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago