WebStorm keymap and intellisense
Hy Guys,
I just started using WebStorm and I must say it's great :) But I am also a Resharper user so I was wondering is there any way that i have same keyboard shortcuts in WebStorm like in Resharper? (In Visual Studio I use R# keyboard shortcuts and not Visual Studios ) So example Ctrl + K, Ctrl + D in R# is format document, but in WebStorm that is duplicate line.
Also is there anyway that intellisense in WebStorm is more Resharper like? So when i type someting in WebStorm i get intellisense, but intellisense by default doesn't pick any option from the list, so I have to manually with keyboard ( arrow down ) pick something from intellisense list and then Enter. In Resharpers intellisense the first line automaticly picked so i just press Enter/Space/Dot and i have my completion :)
I hope u can help :) Thx :)
Please sign in to leave a comment.
Hi there,
Yes and No.
No -- there is no such bundled keymap -- http://youtrack.jetbrains.com/issue/IDEA-100945
But Yes -- you can use such custom keymap (if you create it yourself).
What IDE version do you use exactly (v6 or v7) ?
In v6 there is separate option for pre-selecting first element (Settings | Editor | Code Completion). In v7 this option is gone .. but it will use pre-select anyway.
Regarding Dot/Space completion -- separate option exist for this in both versions.
I know I can make custom keymap but I wanted to avoid that, but now I will have to make my keymap :)
I am using v6 and i found the option.
Thank you for your help :)