主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Michael Krumpholz
活动总数
6
最后的活动
2022年03月30日 09:34
成员加入日期
2022年03月23日 07:57
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2022年03月30日 09:34
I can't share the library, as i said before: -- components exported just using export { Component1, Component2, ...}; -- importing in a template (.vue file): import { Component1 } fr...
社区
WebStorm
language support (nav, completion, ...) missing when importing vue components from a lib in IntelliJ
0 票
创建于
2022年03月29日 08:38
As we're not using typescript i'm not sure if the feature request WEB-50453 would help. I'm going the way of Vue.component() + Vue.use() as this works - at least the issue WEB-51028 shows that this...
社区
WebStorm
language support (nav, completion, ...) missing when importing vue components from a lib in IntelliJ
0 票
创建于
2022年03月25日 15:28
Elena Pogorelova: this is the starting point:- working (older lib 1): -- exporting components with Vue.component(key, Components[key]); -- using as plugin with Vue.use()- not working (newer...
社区
WebStorm
language support (nav, completion, ...) missing when importing vue components from a lib in IntelliJ
0 票
创建于
2022年03月24日 10:37
Elena Pogorelova i will try this, seems to be a good way similar to SQL or Velocity when hinting IntelliJ to the right spots of source code. But it still would be interesting to know more about the...
社区
WebStorm
language support (nav, completion, ...) missing when importing vue components from a lib in IntelliJ
0 票