主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dennis Ushakov
活动总数
833
最后的活动
2018年11月23日 21:33
成员加入日期
2009年03月30日 18:01
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
330
活动概览
文章(0)
帖子(0)
评论(502)
按最近的活动排序
最近的活动
投票数
创建于
2017年05月02日 16:09
Sorry, that was my change and it was a part of refactoring to replace deprecated CompletionData with proper contributors for XML. Completion is stopped only after & to prevent irrelevant results fr...
社区
IntelliJ IDEA Open API and Plugin Development
XmlCompletionContributor is stopping the completion result set before my plugin's completion provider/contributors
1 票
创建于
2016年12月20日 14:13
I've pushed a change to master that will collect external annotators for all base languages. It will be available in the second 2017.1 EAP, let's see how it goes
社区
IntelliJ IDEA Open API and Plugin Development
External annotators for a base language are ignored when another external annotator exists for a more specific flavor
1 票
创建于
2016年12月01日 07:39
Hi Karol, in order to access another language tree in template language you can use FileViewProvider: psiFile.getViewProvider().getPsi(lang) where lang in your case most likely should be HTMLLangua...
社区
IntelliJ IDEA Open API and Plugin Development
References between HTML fragments and custom template language
1 票
创建于
2016年10月31日 11:40
Hi, I'm very sorry for the delayed reply, but here are good news: I've just pushed build.gradle for the AngularJS plugin, so you should be able to compile and run it without extra effort. You can d...
社区
IntelliJ IDEA Open API and Plugin Development
How to Build intellij-plugins repository?
1 票
创建于
2016年07月22日 17:36
In case of Ruby, there's an additional lexer that can eat both ERb stuff and template data and provides tokens that are considered "outer" language tokens and Ruby parser just skips them. That is a...
社区
IntelliJ IDEA Open API and Plugin Development
ERB like template language
1 票
创建于
2016年07月22日 15:42
Hi Luke, here's what ERb lexer does, it produces 3 types of tokens: ERb specific tokens (such as <%, <%=, etc) Ruby code characters (everything in between <% and %>). This does not need to be full...
社区
IntelliJ IDEA Open API and Plugin Development
ERB like template language
1 票
创建于
2012年07月20日 08:21
You can do this automatically by running file from context menu. This creates temporary run configuration, it goes away from the list after you hit temporary configurations limit. Limit can be spec...
社区
RubyMine
How to run Ruby Script currently open in the editor tab?
1 票
创建于
2018年11月23日 21:33
Hi Werner, have you considered using https://github.com/JetBrains/gradle-intellij-plugin? You can specify IntelliJ Ultimate as an SDK type and simply add JavaScript and CSS as a dependency
社区
IntelliJ IDEA Open API and Plugin Development
My plugin tests have to rely on jars which are partially not part of the openapi
0 票
创建于
2018年07月11日 09:30
Hi David, You can use com.intellij.lang.javascript.library.JSPredefinedLibraryProvider extension point for that purpose and override getPredefinedLibraries(Project) and getRequiredLibraryFilesForRe...
社区
IntelliJ IDEA Open API and Plugin Development
[Mongo4idea] Load Mongo Shell JS Libs when editing a JS file
0 票
创建于
2018年05月11日 13:25
Renaming will be fixed in one of the following plugin updates
社区
IntelliJ IDEA Open API and Plugin Development
Angular CLI plugin for GoLand
0 票
«
第一页
‹
上一页
下一页
›
最后
»