{"id":13600847,"url":"https://github.com/cposture/coc-thrift-syntax-support","last_synced_at":"2025-04-11T01:30:28.148Z","repository":{"id":88267859,"uuid":"364500862","full_name":"cposture/coc-thrift-syntax-support","owner":"cposture","description":"thrift-syntax-support for vim","archived":false,"fork":false,"pushed_at":"2021-05-05T09:41:11.000Z","size":2185,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-07T03:42:20.395Z","etag":null,"topics":["autocomplete","coc","nvim-plugin","thrift","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cposture.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-05-05T07:53:25.000Z","updated_at":"2023-12-03T06:23:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"debb66d1-342a-4e4a-b391-4753bf76d3e1","html_url":"https://github.com/cposture/coc-thrift-syntax-support","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cposture%2Fcoc-thrift-syntax-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cposture%2Fcoc-thrift-syntax-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cposture%2Fcoc-thrift-syntax-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cposture%2Fcoc-thrift-syntax-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cposture","download_url":"https://codeload.github.com/cposture/coc-thrift-syntax-support/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248324953,"owners_count":21084838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autocomplete","coc","nvim-plugin","thrift","vim-plugin"],"created_at":"2024-08-01T18:00:49.767Z","updated_at":"2025-04-11T01:30:26.936Z","avatar_url":"https://github.com/cposture.png","language":"TypeScript","funding_links":[],"categories":["Language Support"],"sub_categories":[],"readme":"# coc-thrift-syntax-support\n\n\u003e fork from [thrift-syntax-support](https://github.com/MrKou47/thrift-syntax-support) and [commit](11cc3c9e585f07776a19f921dc72ecd256e9b1e5)\n\nthrift syntax support for vim, You can use it to autocomplete, go to definition\n\n![Example showcasing autocompletion](./demo/completion.gif)\n![Example showcasing go-to-defintion](./demo/go-to-define.gif)\n![Example showcasing hover information](./demo/hover.gif)\n\n## Install\n\n`:CocInstall coc-thrift-syntax-support`\n\nIf you are using vim's plugin manager for coc-extensions, here's an example with vim-plug:\n\n`Plug 'cposture/coc-thrift-syntax-support', {'do': 'yarn install --frozen-lockfile \u0026\u0026 yarn build'}`\n\n## Usage\n\ncoc-thrift-syntax-support trigger completion request automatically without explicitly requesting it using a keyboard shortcut \n\nIf you firstly use coc-extensions, here are some common configurations\n\n```vim\n\" GoTo code navigation.\nnmap \u003csilent\u003e gd \u003cPlug\u003e(coc-definition)\n\n\" Use K to show documentation in preview window.\nnnoremap \u003csilent\u003e K :call \u003cSID\u003eshow_documentation()\u003cCR\u003e\n\nfunction! s:show_documentation()\n  if (index(['vim','help'], \u0026filetype) \u003e= 0)\n    execute 'h '.expand('\u003ccword\u003e')\n  else\n    call CocAction('doHover')\n  endif\nendfunction\n```\n\n## License\n\nMIT\n\n---\n\n\u003e This extension is built with [create-coc-extension](https://github.com/fannheyward/create-coc-extension)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcposture%2Fcoc-thrift-syntax-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcposture%2Fcoc-thrift-syntax-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcposture%2Fcoc-thrift-syntax-support/lists"}