主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Scott Wells
活动总数
282
最后的活动
2023年01月12日 14:43
成员加入日期
2016年01月25日 00:45
关注
0 名用户
关注者数
0 名用户
投票数
18
订阅数
67
活动概览
帖子(51)
评论(146)
按最近的活动排序
最近的活动
投票数
创建于
2019年12月11日 14:55
Konstantin, just to clarify, in this case doSomething does not resolve to a JavaScript function or method. It resolves to a method in another language where the underlying framework is responsible ...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 票
创建于
2019年12月10日 22:44
Okay, next question, Konstantin. Is there a way that I can indicate to the JavaScript plugin that an imported symbol is a function/method and provide information about its parameters? In other word...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 票
创建于
2019年12月10日 18:34
Woohoo! I have the first part--really just the simple case--working: Now I need to handle the more complex cases of "proxying" methods in my language as functions/methods in JavaScript including t...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 票
创建于
2019年12月10日 16:45
UPDATE: Hold tight...I think I figured out how to add references to the ES6ImportedBinding elements using another moduleReferenceContributor. Hopefully I'm on a path to success now!
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 票
创建于
2019年12月10日 16:21
Yeah, unfortunately I'm still in a similar spot. Let me set things up a bit better than I have previously. I want to be able to handle an ES6 import like: import someMethodAlias from 'SomeType.some...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 票
创建于
2019年12月10日 15:23
Gotcha. Let me set some breakpoints and see if I can figure out how much of that is getting invoked for my import statements. Hopefully that will lead me to some thoughts on what I'm missing or pot...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 票
创建于
2019年12月10日 13:12
Thanks, Konstantin. Sorry if I confused things. Yes, I have implementations of moduleReferenceContributor working properly for all of these imports. That part is solid. In an import statement like:...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 票
已编辑于
2019年12月09日 22:26
Thanks, Konstantin. I'm still struggling a bit. In the following synthetic ES6 import statement: import bar from 'foo/bar'; I'm properly injecting references into foo/bar in the ES6 from clause tha...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to add JavaScript type inference logic?
0 票
创建于
2019年08月23日 17:21
Thanks, Andrey. I'll look into that and see what I can figure out.
社区
IntelliJ IDEA Open API and Plugin Development
How to implement language interleaving, e.g., markup inside JavaScript/CSS inside a script/style tag inside markup?
0 票
已编辑于
2019年08月07日 18:45
For anyone coming to this thread hoping to implement language injection into concatenated strings in a custom plugin, note that the resolution of this issue: https://youtrack.jetbrains.com/issue/ID...
社区
IntelliJ IDEA Open API and Plugin Development
Language injection into strings and string concatenation?
0 票
«
第一页
‹
上一页
下一页
›
最后
»