All Projects → voldikss → coc-github

voldikss / coc-github

Licence: other
🐙 Github issue source for coc.nvim

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to coc-github

linear-discord-serverless
Get linear's events forwarded to Discord webhooks through Vercel serverless functions.
Stars: ✭ 47 (+42.42%)
Mutual labels:  issue
Jmp
You'll never use the cd cmd again.
Stars: ✭ 21 (-36.36%)
Mutual labels:  auto-completion
deoplete-solargraph
deoplete.nvim source for Ruby with solargraph.
Stars: ✭ 73 (+121.21%)
Mutual labels:  auto-completion
alfred-jira-search
Alfred Workflow to quickly search through Jira issues 🔎
Stars: ✭ 23 (-30.3%)
Mutual labels:  issue
ddc.vim
Dark deno-powered completion framework for neovim/Vim8
Stars: ✭ 493 (+1393.94%)
Mutual labels:  auto-completion
github-post-release
Forms release changelog and posts a note to each referenced issues after semantic release publishes a new module version
Stars: ✭ 18 (-45.45%)
Mutual labels:  issue
no-free-usage-action
A NO-FREE-USAGE action for github. (Only worked with github action.)
Stars: ✭ 51 (+54.55%)
Mutual labels:  issue
issue-blog
基于 GitHub API 的博客工具,尽情享受 GitHub Issue 带来的便利吧。
Stars: ✭ 44 (+33.33%)
Mutual labels:  issue
prepare-commit-msg
Automatically prefix commit messages with the current branch issue number
Stars: ✭ 28 (-15.15%)
Mutual labels:  issue
new-issue
A fully customizable Github issues interface. Setup for your repo today!
Stars: ✭ 22 (-33.33%)
Mutual labels:  issue
gitissue.com
Github Issue Blog Platform,Monkey Write, Monkey Read. Github Issue 博客平台, 黑客写字,画家悦读。
Stars: ✭ 17 (-48.48%)
Mutual labels:  issue
Github Issue Templates
🔣 A collection of GitHub issue and pull request templates
Stars: ✭ 3,074 (+9215.15%)
Mutual labels:  issue
faao
Faao is a GitHub issue/pull-request client on Electron.
Stars: ✭ 75 (+127.27%)
Mutual labels:  issue
sonar-issueresolver-plugin
Export and import resolved issues
Stars: ✭ 12 (-63.64%)
Mutual labels:  issue
label-actions
🤖 GitHub Action that performs certain tasks when issues, pull requests or discussions are labeled or unlabeled
Stars: ✭ 60 (+81.82%)
Mutual labels:  issue
TheWorldExchange
A purely client-side wallet and direct interface showcasing the full functionality of Ripple / blockchain.
Stars: ✭ 34 (+3.03%)
Mutual labels:  issue
Mycli
A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
Stars: ✭ 10,059 (+30381.82%)
Mutual labels:  auto-completion
Deoplete.nvim
🌠 Dark powered asynchronous completion framework for neovim/Vim8
Stars: ✭ 5,739 (+17290.91%)
Mutual labels:  auto-completion
auto-auto-complete
Autogenerate shell auto-completion scripts
Stars: ✭ 30 (-9.09%)
Mutual labels:  auto-completion

coc-github

Github issue source for coc.nvim

NOTE:

coc-git now has this feature included and it provides more other useful functionalities, please use coc-git instead.

Install

CocInstall coc-github

Usage

In your git commit message:

  • Type "#" to trigger issues of the current github repository

  • Filter candidates with either issue numbers or issue titles

Config

"coc.github.enable": {
    "type": "boolean",
    "default": true
},
"coc.github.priority": {
    "type": "number",
    "default": 99
},
"coc.github.filetypes": {
    "type": "array",
    "default": [
    "gitcommit"
    ]
}

Todo

  • Use cache to improve the speed
  • Support cross repo issues
  • Support private repo
  • Support GitLab
  • Support AzureDevOps

References

Inspired by deoplete-github

License

MIT

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].