Gee19 / coc-cucumber-deprecated

WIP port of VSCucumberAutoComplete for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coc-cucumber

DEPRECATED

Consider using https://github.com/cucumber/language-server + whatever editor/LSP client you prefer.

WIP Port of VSCucumberAutoComplete for coc.nvim

Testing with:

Progress/Plan

  • Configuration
  • Document format support
    • Tables
      • Manual format command
      • Format on Save
    • Indent
      • Manual format command
      • Format on Save
  • Snippets
  • Auto-parse feature steps from paths, provided in CocLocalConfig otherwise
  • Autocompletion of steps
  • Go-to definition

TBD:

  • Syntax highlighting
  • Step validation

Install

Manual until in a semi-working state:

git clone && yarn build

set runtimepath^=/home/dev/coc-cucumber

Commands

:CocCommand cucumber.Format or :Format if you have the following defined in your .vimrc:

command! -nargs=0 Format :call CocAction('format')

Keymaps

nmap <silent> <C-l> <Plug>(coc-coc-cucumber-keymap)

Lists

:CocList demo_list

License

MIT


This extension is built with create-coc-extension <3

About

WIP port of VSCucumberAutoComplete for coc.nvim

License:MIT License


Languages

Language:TypeScript 85.9%Language:JavaScript 14.1%