Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Micah
Total activity
15
Last activity
January 17, 2016 01:55
Member since
October 01, 2015 16:16
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (4)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
December 28, 2015 22:39
Can you add some clarity on this line: "All the .iml module files that can be located in different module directories (applies to IntelliJ IDEA)"? As a newbie to IntelliJ, I have no idea what that...
General
Version Control
How to manage projects under Version Control Systems
0 votes
Created
October 01, 2015 19:07
Project Structure > Project Settings > Libraries > Gradle: io.netty:netty-transport:4.0.31.Fial > AnnotationsSomehow it got set to another project's source folder so the annotations were being adde...
Community
IntelliJ IDEA Users
Where are my External Annotations going?
0 votes
Created
October 01, 2015 18:14
Hmm... I use whatever my hotkey does... which appears to be functionally the same as `Go To > Implementations`
Community
IntelliJ IDEA Users
External Annotations not working for Dagger?
0 votes
Created
October 01, 2015 17:37
Ah, I think I see the problem. ObjectGraph is an abstract class. DaggerObjectGraph extends ObjectGraph. My code calls ObjectGraph.create(...) which actually creates a DaggerObjectGraph. Intelli...
Community
IntelliJ IDEA Users
External Annotations not working for Dagger?
0 votes
Created
October 01, 2015 17:19
Hmm... trying to reproduce the issue I can't seem to make it happen again. I'm going to assume that I did something wrong the first time.
Community
IntelliJ IDEA Users
External Annotations not working for Dagger?
0 votes
Created
October 01, 2015 17:18
I fixed the issue by using the quick-fix from my code rather than navigating to get and then clicking the @ icon on the left. Originally, I would navigate to the get method (which would take me to...
Community
IntelliJ IDEA Users
External Annotations not working for Dagger?
0 votes
Created
October 01, 2015 16:59
If I do that, how does IntelliJ know where to find external annotation files for third party libraries?
Community
IntelliJ IDEA Users
External Annotations only for third party libraries?
0 votes