any way to get autocompletion in css classes for the selector part
When I do html / css templates, the selectors get quite large, is there any way to get autocompletion to work if there is another selector like it? Like
<div >
<div class="pai <- should autocomplete since it knows about the above
Conversely, is there a way to have a global autocomplete dictionary where I could just copy these too?
thx
Please sign in to leave a comment.
Hi Jonathan,
At the moment you can't get completion like that.
But there is an issue about it: http://youtrack.jetbrains.com/issue/WEB-150. Feel free to vote for it.
Also you can use 'Cyclic Expand Word' action (Alt+/ or Ctr+K).