does not work because it seems to be PsiWhiteSpace when using code completion, so I changed it to always use element. I am not sure if this breaks other features.
Sometimes I can not navigate through the options using the arrow keys on my keyboard, only using my mouse. I don't know why this is happening.
The documention lookup is only done when pressing CTRL+Q so it should not affect the responsiveness.
Fixes issue #638
Preview:
Using
originalElement
indoes not work because it seems to be
PsiWhiteSpace
when using code completion, so I changed it to always useelement
. I am not sure if this breaks other features.Sometimes I can not navigate through the options using the arrow keys on my keyboard, only using my mouse. I don't know why this is happening.
The documention lookup is only done when pressing CTRL+Q so it should not affect the responsiveness.