Postman for coc.nvim
CocInstall coc-post
autocomple request header in post file
Command:
post.do
do request of current post filepost.new
create a new post file
List:
CocList post
show all post files
"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"
}