Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nick Williams
Total activity
7
Last activity
May 22, 2020 01:00
Member since
May 07, 2020 18:20
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Edited
May 14, 2020 10:36
We can see there are scopes such as ModuleScope and ProjectAndLibrariesScope but we can't see how to 'apply' a scope to a VirtualFile using the ResolveScopeManager. Also reviewing these scopes ...
Community
IntelliJ IDEA Open API and Plugin Development
Get auto complete working in a custom LightVirtualFile instance
0 votes
Created
May 13, 2020 15:53
Thanks Konstantin, we would like it to work the other way round though - for completions to be suggested in the LightVirtualFiles from the project files, will ResolveScopeManager still help in this...
Community
IntelliJ IDEA Open API and Plugin Development
Get auto complete working in a custom LightVirtualFile instance
0 votes
Created
May 13, 2020 14:46
Correct
Community
IntelliJ IDEA Open API and Plugin Development
Get auto complete working in a custom LightVirtualFile instance
0 votes
Edited
May 13, 2020 14:45
Works for TypeScript in WebStorm but I assume it works in WS because WS works in a fundamentally different way without the concept of modules like IJ. Also I don't believe its a bug that it doesn...
Community
IntelliJ IDEA Open API and Plugin Development
Get auto complete working in a custom LightVirtualFile instance
0 votes
Created
May 13, 2020 14:36
No, not custom completion. The standard completion but on custom LightVirtualFile instances aka files that do not exist on the users drive. Yes it works in WS already, we open our virtual file in...
Community
IntelliJ IDEA Open API and Plugin Development
Get auto complete working in a custom LightVirtualFile instance
0 votes