gpt4 book ai didi

spring - 是否可以从 Intellij IDE 访问 Spring 文档?

转载 作者:行者123 更新时间:2023-12-01 15:29:36 26 4
gpt4 key购买 nike

我想通过 Intellj 的 View->Quick Documentation 查看 Spring 文档特征。
为了实现这一点,我使用外部文档链接尝试了以下操作:

Ok, I've added the url of the Spring Framework docs. as instructed, but yet, when I do ctrl+Q on a Spring Framework item, it doesn't show any docs. on the pop-up above...

Here is the url I used: https://docs.spring.io/spring-framework/docs/current/javadoc-api/


Intellij Support
但它不起作用。
请问有人可以帮忙吗?

最佳答案

快速文档
“快速文档”不同于“外部文档”。对于“快速文档”,您只需要配置您的依赖项以包含源。
你有 Maven 或 Gradle 项目吗?
对于 Gradle 和 IntelliJ,您可以使用 gradle-intellij-plugin在您的 build.gradle(.kts)文件。它有一个 downloadSources选项,默认为 true。
对于 Maven,在“Maven”>“导入”下的 IntelliJ 设置中有一个选项可以自动下载源代码、文档和注释。
要查看它是正常工作还是手动执行,请转到 IntelliJ 中的“项目结构”>“项目设置”>“库”。您可以查看并手动添加或修改所有库的源 JAR 和文档 URL。
外部文件
对于外部文档(在浏览器中打开 JavaDoc),您可以告诉 IntelliJ 使用 idea 下载 JavaDoc。 Gradle插件是这样的:

idea {
module {
downloadJavadoc = true
//or in Gradle Kotlin DSL:
//isDownloadJavaDoc = true
}
}
对于 Maven,该选项再次位于 InelliJ 设置中。

关于spring - 是否可以从 Intellij IDE 访问 Spring 文档?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61075575/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com