kylederkacz / lettuce-farmer

Lettuce feature syntax highlighting, auto-completion, and step validation for SublimeText 2
10 stars 3 forks source link

Configure Lettuce Farmer #8

Open tiriplicamihai opened 11 years ago

tiriplicamihai commented 11 years ago

I wasn't able to configure Lettuce Farmer on my Sublime2 (Ubuntu 12.10). I saw that it was not tested on Linux, but even if it not works, I didn't understand the current documentation. I think more detailed docs for installing it will help lot.

kylederkacz commented 11 years ago

Could you be as specific as possible about what isn't working when you try to install it?

tiriplicamihai commented 11 years ago

I didn't find Lettuce-Farmer in Package Manager so I cloned the repo in my Packages directory. Then I set the auto_complete_selector to a .feature file:

    "auto_complete_selector": "my_project.base_steps.feature"

After this nothing happened.