coc-post

0.3.1 • Public • Published

post extension for coc

Postman for coc.nvim

image

Install

CocInstall coc-post

Usage

autocomple request header in post file

Command:

  • post.do do request of current post file
  • post.new create a new post file

List:

  • CocList post show all post files

Config

"post.enable": {
  "type": "boolean",
  "default": true,
  "description": "enable this extension?"
},
"post.detect": {
  "type": "boolean",
  "default": true,
  "description": "is enable detect filetype for *.post file"
},
"post.root": {
  "type": "string",
  "default": "~/.coc-post",
  "description": "directory to save post file with post.new command"
},
"post.agent": {
  "type": "string",
  "default": "",
  "description": "Proxy agent, format like: http://168.63.76.32:3128"
}

Buy Me A Coffee ☕️

btc

image

Package Sidebar

Install

npm i coc-post

Weekly Downloads

5

Version

0.3.1

License

MIT

Unpacked Size

97.1 kB

Total Files

22

Last publish

Collaborators

  • yuuko