How to view JDK external documentation in IntelliJ IDEA?

前端 未结 7 900
南旧
南旧 2020-11-29 19:10

The shortcut for this action is Shift+F1 but it is always grayed out even I have pointed JDK documentation path to the docs folder (the docs folder

7条回答
  •  悲哀的现实
    2020-11-29 19:40

    You need to specify the docs/api subdirectory of the unpacked documentation or use https://docs.oracle.com/javase/8/docs/api/ URL for the external documentation feature to work.

    File -> Project Structure... then here :

提交回复
热议问题