fannheyward / create-coc-extension

Create a coc extension from command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request

voldikss opened this issue · comments

  • Initialize a git repository for the extension
  • Automatically execute npm install or yarn install after creating
    - [ ] Use better prompting UI (see #14 (comment))
  • Multiple extension types
    - [ ] New Extension (JavaScript)
    • New Extension (TypeScript) (already exists)
  • More extension components
    • New Keymap
    • New Autocmd
    • New Command (already exists)
    • New Code Completion Source (already exists)
    • New LSP Extension
    • Explain demo code in comments
      - [ ] ASCII graph (see #14 (comment))

大佬有空考虑下上面的这些 feature 吗?

最近发现了 VS Code 有个开发插件的脚手架工具,其中的一部分特性感觉可以用到这里。

如图

2019-09-02 21-25-01 的屏幕截图

Is it interesting/possible to have a feature of importing a vscode extension into a coc extension? For easy migration.

Is it interesting/possible to have a feature of importing a vscode extension into a coc extension? For easy migration.

Was this pursued? I'd like to create a coc extension from this VSCode extension...

@rashil2000 You may open another issue. Now that the features has been added as expected, I think this issue should be closed.