Viknesh Anbananthan
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Viknesh Anbananthan created a post, Answered"GlobalSearchScope.directoryScope()" deprecated?
Can't resolve "directoryScope()", is it deprecated? What can I use instead? my code: GlobalSearchScope sandboxScope = GlobalSearchScope.directoryScope(psiDirectory, true); -
Viknesh Anbananthan created a post, AnsweredHow to navigate to source code, with only file name & line number?
I need to navigate to source code, from an action with information of file name & line number.