drewda / cucumber-sublime-bundle

Sublime bundle for Cucumber
65 stars 26 forks source link

Fixed indentation for autocompletion. Fixes #18 #20

Closed twolfson closed 9 years ago

twolfson commented 9 years ago

Our autocompletion is being too aggressive. It is completing for all files, not only Cucumber files. This is due to returning in all cases. It looks like by moving the return block into the if statement that ST2 starts working again.