Matthew Hailwood
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
创建于 Make a JS function to be considered "used" without adding a reference to anything?
已回答Can I force the default export of a JS file to be considered "used" without actually adding a reference to anything?I want my references to always point to the containing PsiFile, but if the file i... -
已编辑于 Querying Whether there are any custom PsiReferences to a PsiFile?
已回答If I have a PsiReferenceContributor, can I use that as a reverse index later? Basically my PageReference's resolve to a PsiFile. Later I have an instance of a PsiFile and I want to know, are there ... -
已编辑于 Getting a reference to default export of js/ts/vue files in a directory?
已回答My end goal is to be able to navigate to the default export of a file when the user calls CTRL+Clicks on the text in a call to `renderJs('Users/Index')` The final path should be `{project_root}/js/...