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