All Projects → iamcco → coc-post

iamcco / coc-post

Licence: other
post extension for coc.nvim

Programming Languages

typescript
32286 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].