xabikos / vscode-jasmine

Contains the code snippets for Jassmine JavaScript test framework for VS Code editor
MIT License
14 stars 20 forks source link

tab shortcut after the trigger is not working. #9

Open manojp1988 opened 7 years ago

manojp1988 commented 7 years ago

I am using vscode 1.13.0 with eclipse keymap bindings. In the typescript file, if I type 'it' and then tab key, is not generating the code snippets. I have to use ctrl+space and select 'it' from the drop down to generate the snippets.

Is it I am missing ?

xabikos commented 7 years ago

@manojp1988 I am terrible sorry for the really late reply. Do you have installed other snippets? Does this happening only with Jasmine snippets?

manojp1988 commented 7 years ago

Yes this is happening only with jasmine snippets. I have installed other plug-in for jasmine which is working correctly. In that plug in, I have to type 'testd' to generate describe block.

On Sep 26, 2017 8:59 PM, "Charalampos Karypidis" notifications@github.com wrote:

@manojp1988 https://github.com/manojp1988 I am terrible sorry for the really late reply. Do you have installed other snippets? Does this happening only with Jasmine snippets?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/xabikos/vscode-jasmine/issues/9#issuecomment-332236622, or mute the thread https://github.com/notifications/unsubscribe-auth/ABugR7Xw75RJApy-Ebq-y-fg8LUL-I30ks5smRhjgaJpZM4N4EU2 .

lavenpillay commented 6 years ago

Hi, Any update on this ?

jQIX commented 6 years ago

This worked for me: set "editor.snippetSuggestions" to "top" (Controls whether snippets are shown with other suggestions and how they are sorted.)

vegetabill commented 4 years ago

@jQIX Thanks for that tip! It worked for me. Any idea why this is the case? I've used other snippets for mocha, including my own, and they worked without having to change settings.

Cito commented 4 years ago

Came here to report the same issue. The problem exists only for it, not for desc and others.