Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customized YCMD completer for .feature files works in vim but not in Sublime Editor v3 #32

Open
lazyxiong opened this issue Nov 30, 2020 · 0 comments

Comments

@lazyxiong
Copy link

Hello,

I have created a customized completer for .feature files (cucumber steps).
It works nicely in vim. Doesn't work in Sublime with YcmdCompletion plugin.
I realize it is not exactly YcmdCompletion team problem, but any help is appreciated.
Here is my setup:

I have Cucumber plugin for Sublime also installed.

Relevant settings for YcmdCompletion:

"ycmd_path": "/Users//.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd"
"python_binary_path": "/Users//.pyenv/shims/python"
"languages": ["cpp", "python", "cucumber"]

When I open a .feature file in a editor and the console, I see the following in the console:

[Ycmd] Local Server started at: http://localhost:54787
Indexing gherkin phrases done
[Ycmd][ConfigError] Language 'cucumber' specified in settings file is not supported by ycmd

It is something about telling ycmd server to use my completer (which is in the third_party/ dir) and it works in vim without issues.

Thank you for any help !
Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant