Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道如何将源代码附加到库,或搜索 Maven 项目的源代码。但是,我想在 IDEA 中在线搜索 lib 的源代码,例如"javax.xml.parsers.SAXParserFactory". 有没有插件可以做到这一点?
"javax.xml.parsers.SAXParserFactory"
试试insight.io,它支持限定名符号搜索:
它具有接近 IDE 的代码浏览体验。