With the 1.1.4 kotlin plugin I can no longer do a ...
# intellij
h
With the 1.1.4 kotlin plugin I can no longer do a documentation lookup
Ctrl+Q
while browsing the code completion list
Ctrl-Space
.
Ctrl+Q
works fine inside the editor though (lookup documentation for token at caret). Only Kotlin is affected, for Java it’s still fine. Can somebody confirm? Kotlin plugin 1.1.4-release-IJ2017.2-1 IntelliJ IDEA 2017.2.1 Build #IC-172.3544.35, built on July 31, 2017
y
seems to work for me
h
Hhm, could it by some configuration issue?? I have some custom keymaps, but not for
Ctrl-Q
. In a Kotlin editor I type
”foo”.
then
Ctrl+Space
. With the code completion list open I do
Ctrl-Q
and nothing happens. The same in a Java editor pops up the documentation.
Looks like he’s still considering the caret position for the documentation lookup. 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
@yole I have now installed the 1.1.4 kotlin plugin on a second computer running IDEA 2017.2.1 – same problem?! I even set up a new Kotlin test project without Maven/Gradle – all the same. 😳
t
Maybe you should open an issue here: http://kotl.in/issue
h
@tapchicoma Can you reproduce the issue?
t
@horse_badorties tried now - no, I can see documentation in this case