Is there a way to add Spring Boot docs to the quick docs. menu?
Answered
Hello!
I would like to ask, is there a way to add Spring Boot docs. to the quick docs. menu in IntelliJ IDEA?
Please sign in to leave a comment.
Hi Haim,
Yes, you can use the 'External Documentation' functionality for that. See this documentation page for details.
Thank you very much!
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/
Hi Haim,
External documentation is invoked with `Shift+F1`. A link to the custom URL can also be found at the bottom of the corresponding element's 'Quick Documentation' pop-up window:
Hi again. I did try it too, but for some resone it doesn't work either...
I'll try to go over the turorial again.
Haim Lvov , by adding documentation option and importing solved my problem (maven project). Please check this link
https://stackoverflow.com/questions/61075575/is-it-possible-to-access-spring-documentation-from-intellij-ide/61076542?noredirect=1#comment108054207_61076542