0.0.3 • Published 3 years ago

@onichandame/coc-proto3 v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

coc-proto3

forked from this vscode extension

coc.nvim extension for protobuf. Features include:

  • go-to definition
  • 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

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago