Closed twolfson closed 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.
return
if
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 theif
statement that ST2 starts working again.