1.4.0 • Published 2 years ago

coc-zi v1.4.0

Weekly downloads
27
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.3.0

3 years ago

1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago