# coc-mantic **Repository Path**: arashrun/coc-mantic ## Basic Information - **Project Name**: coc-mantic - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-21 - **Last Updated**: 2024-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # coc-mantic coc extension insprit c-mantic 用户可以决定将定义复制到剪切板还是文件中,该插件还在开发阶段应该还有很多没有考虑到的情况,只是提供了一种实现思路 ## Install ```bash :CocInstall coc-mantic ``` ## features - add definition in current file - copy definition into registers ## requirements 1. coc.nvim ## usage 光标移动到函数声明处,使用coc.nvim默认的codeactions快捷键即可唤出codeaction列表 ![coc-mantic-usage](./usage.png) ## develp - npmignore 忽略最终发布流程不必要的文件 - 登录 ```bash npm login --registry=https://registry.npmjs.org ``` - 发布 ```bash npm publish --registry=https://registry.npmjs.org ``` ## License MIT --- > This extension is built with [create-coc-extension](https://github.com/fannheyward/create-coc-extension)