1.4.0 • Published 11 months ago

coc-zi v1.4.0

Weekly downloads
27
License
MIT
Repository
github
Last release
11 months ago

Auto suggest english words when you type for the right place

If look command does not exists it will only use 10k words.

  • auto suggest
  • hover document using ECDICT

npm.io

Install

:CocInstall coc-zi

Translators

:CocList translators

npm.io

Settings

  • zi.enable: enable coc-zi
  • zi.trace.server: Trace level of log
  • zi.patterns: javascript regex patterns to enable autocomplete, empty array [] means enable for whole buffer. defalut:
    "zi.patterns": {
      "": [],
      "javascript": [
        "^\\s*\\/\\/",
        "^\\s*\\/\\*",
        "^\\s*\\*"
      ],
      "typescript": [
        "^\\s*\\/\\/",
        "^\\s*\\/\\*",
        "^\\s*\\*"
      ],
      "markdown": [],
      "vim": [
        "^\\s*\\\""
      ],
      "gitcommit": []
    }
  • zi.syntaxKinds.javascript: syntax kind to enable autocomplete. default:
    "zi.syntaxKinds.javascript": [
      "StringLiteral",
      "NoSubstitutionTemplateLiteral",
      "TemplateHead",
      "TemplateTail",
      "TemplateMiddle"
    ]
  • zi.syntaxKinds.typescript: syntax kind to enable autocomplete. default:
    "zi.syntaxKinds.javascript": [
      "StringLiteral",
      "NoSubstitutionTemplateLiteral",
      "TemplateHead",
      "TemplateTail",
      "TemplateMiddle"
    ]

Credits

Buy Me A Coffee ☕️

btc

image

1.4.0

11 months ago

1.3.0

2 years ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago