Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Intellij idea 如何让Intellij在Javadocs中自动将类名转换为@link?_Intellij Idea_Javadoc - Fatal编程技术网

Intellij idea 如何让Intellij在Javadocs中自动将类名转换为@link?

Intellij idea 如何让Intellij在Javadocs中自动将类名转换为@link?,intellij-idea,javadoc,Intellij Idea,Javadoc,Eclipse允许在编写Javadoc文本时自动完成类名,结果是插入的文本在@link标记中包含完整的类名。例如,请参见此答案: IntelliJ IDEA可以设置为以同样的方式运行吗?我可以在Javadocs中自动完成类名,但前提是我首先键入或自动完成@link标记。IntelliJ IDEA 2018中的Ctrl+Space/Ctrl+Shift+Space以完成JavaDoc中的类名链接。这是最近的功能吗?我还在2016年3月

Eclipse允许在编写Javadoc文本时自动完成类名,结果是插入的文本在
@link
标记中包含完整的类名。例如,请参见此答案:


IntelliJ IDEA可以设置为以同样的方式运行吗?我可以在Javadocs中自动完成类名,但前提是我首先键入或自动完成
@link
标记。

IntelliJ IDEA 2018中的Ctrl+Space/Ctrl+Shift+Space以完成JavaDoc中的类名链接。

这是最近的功能吗?我还在2016年3月