主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nick Williams
活动总数
7
最后的活动
2020年05月22日 01:00
成员加入日期
2020年05月07日 18:20
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(5)
按最近的活动排序
最近的活动
投票数
已编辑于
2020年05月14日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Get auto complete working in a custom LightVirtualFile instance
0 票
创建于
2020年05月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get auto complete working in a custom LightVirtualFile instance
0 票
创建于
2020年05月13日 14:46
Correct
社区
IntelliJ IDEA Open API and Plugin Development
Get auto complete working in a custom LightVirtualFile instance
0 票
已编辑于
2020年05月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get auto complete working in a custom LightVirtualFile instance
0 票
创建于
2020年05月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get auto complete working in a custom LightVirtualFile instance
0 票