Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Zolotko
Total activity
15
Last activity
April 09, 2023 15:42
Member since
July 23, 2013 16:50
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
5
Activity overview
Posts (2)
Comments (1)
Sort by recent activity
Recent activity
Votes
Created
August 24, 2022 11:25
Sure, for example: import a.b.c.* /* doStuff comes from here */ import x.y.z.* class MyClass extends BaseClass /* doOtherStuff comes from here */ { MyClass() { doStuff() // when the cu...
Community
IntelliJ IDEA Users
How to find where a symbol comes from?
0 votes