Matthew Hailwood
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Make a JS function to be considered "used" without adding a reference to anything?
AnsweredCan 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... -
Edited Querying Whether there are any custom PsiReferences to a PsiFile?
AnsweredIf 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 ... -
Edited Getting a reference to default export of js/ts/vue files in a directory?
AnsweredMy 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/...