-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attach <IDE_ROOT>/lib/src/*.zip
sources
#207
Comments
IntelliJ Utlimate is not open sources project. You can open only sources of classes from IntelliJ Community.
I don't see any src directory for spring. Spring is a close-sourced part. |
closing due to lack of feedback. the issue is unclear to me |
@zolotov the Ultimate edition comes with a few OpenAPI extensions for Ultimate plugins, in order to allow developers to contribute extensions points to these plugins I suppose. Spring is one of them, the source code for Spring's OpenAPI is located under See this page for more info: http://www.jetbrains.org/intellij/sdk/docs/reference_guide/frameworks_and_external_apis/spring_api.html |
@bjansen found it, thank you! |
<ultimate>/lib/src/*.zip
sources<IDE_ROOT>/lib/src/*.zip
sources
Re: #207 Attaching plugin source from <IDE_ROOT>/lib/src directory
Hi,
I have a question. While using gradle plugin for plugin development I chose to download sources as well. The sources are downloaded but When I navigate to a class from my plugin to a class in open-api I always end up in decompiled class instead of source code downloaded by gradle.
IDEA comes with src forlder for spring.api and a few more. Is there a way gradle pluging would attach those as sources?
The text was updated successfully, but these errors were encountered: