Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.
/ coc-webpack Public archive

Autocomplete support for webpack config

Notifications You must be signed in to change notification settings

iamcco/coc-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Autocomplete support for webpack config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published