Viknesh Anbananthan
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 2
-
Viknesh Anbananthan 创建了一个帖子, 已回答"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 创建了一个帖子, 已回答How 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.