I don't want to be overly insistent but am I reall...
# intellij
h
I don't want to be overly insistent but am I really the only one having this issue with the 1.1.4 kotlin plugin?
In a Kotlin editor I type
"foo".
then
Ctrl+Space
. With the code completion list open I do
Ctrl-Q
and nothing happens.
When I type
"foo".s
and then do
Ctrl-Space
and
Ctrl-Q
an empty documentation windows pops up with a title “Documentation for s”, like he would do when directly issuing
Ctrl-Q
y
this is now fixed, fix will be included in 1.1.4-2
👍 2