Open fionnbharra opened 8 years ago
This feature still working on v1.0.3, I have tested on my machine.
Could you please make sure
Window: Reload
).Gherkin
at the bottom right of status bar..feature
(make sure you don't typo like .featrue
)I'm using OSX also.
I was able to fix this by updating my settings.cson
file in ~/.atom/packages/language-gherkin/settings/
to the following, then reloading Atom (cmd+shift+P and type Window: Reload
):
'.text.gherkin':
'editor':
'commentStart': '# '
For some reason .source.feature
doesn't exist for me, causing the above issues where the comment shortcut fails to work. I'm using the latest version of Atom with all packages up to date.
When I use
cmd+/
to comment out a line nothing happens.Steps to recreate:
Scenario: Lorem ipsum
cmd+/
while highlighting lineResult: nothing happens Expected: line becomes
#Scenario: Lorem ipsum
I'm using Osx