Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Michael Krumpholz
Total activity
6
Last activity
March 30, 2022 09:34
Member since
March 23, 2022 07:57
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
March 30, 2022 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...
Community
WebStorm
language support (nav, completion, ...) missing when importing vue components from a lib in IntelliJ
0 votes
Created
March 29, 2022 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...
Community
WebStorm
language support (nav, completion, ...) missing when importing vue components from a lib in IntelliJ
0 votes
Created
March 25, 2022 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...
Community
WebStorm
language support (nav, completion, ...) missing when importing vue components from a lib in IntelliJ
0 votes
Created
March 24, 2022 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...
Community
WebStorm
language support (nav, completion, ...) missing when importing vue components from a lib in IntelliJ
0 votes