Hakash

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Hakash created a post, Is there any API to class and method builder
I need to develop a plugin that will generate source from xml file , is there an API to do that like a class builder or something else -
Hakash created a post, How to get references for all instance of classes
I want to develop a plugin to get all method usage of class but I don't know how to get reference of all instances for class to do search for each of them can anyone help me -
Hakash commented, -
-
-
-
Hakash created a post, Answeredhow to get reference method for class in intellj plugin
I want to develop an IntelliJ plugin I have two classes public class A { public void sum() {}} public class B extends a{ } my question is how to search the references(usages) of sum method in class...