@onichandame/coc-proto3

0.0.3 • Public • Published

coc-proto3

forked from this vscode extension

coc.nvim extension for protobuf. Features include:

  • [x] go-to definition
  • [x] compile proto
  • [] syntax checking
  • [] format
  • [] symbole provider

Install

:CocInstall @onichandame/coc-proto3

Configurations

{
  "coc-proto3.compileOnSave": true, # compile proto file on save
  "coc-proto3.protoc": {
    "path": "/usr/bin/protoc", # default to "protoc" in PATH
    "options": [
      "--js_out=./out", # has to be set if compile commands are used
    ]
  }
}

Commands

  • proto3.compile.one: compile the current proto file
  • proto3.compile.all: compile all the proto files at current workspace

License

MIT


This extension is built with create-coc-extension

Readme

Keywords

Package Sidebar

Install

npm i @onichandame/coc-proto3

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

635 kB

Total Files

71

Last publish

Collaborators

  • onichandame