主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
KronicDeth
Creator of the IntelliJ Elixir plugin
活动总数
146
最后的活动
2022年10月13日 15:10
成员加入日期
2014年10月30日 01:35
关注
0 名用户
关注者数
1 名用户
投票数
11
订阅数
47
活动概览
帖子(32)
评论(56)
按最近的活动排序
最近的活动
投票数
创建于
2018年01月15日 13:31
To get "View PSI Structure" in the Sandbox IDE you need to install it in the Sandbox IDE: either manually as you would in your normal IDE, or using the gradle plugin's ability to add plugins plugin...
社区
IntelliJ IDEA Open API and Plugin Development
How to make Idea use jetbrains jvm?
0 票
创建于
2018年01月11日 03:52
You should always build against the IntellIJ sources, but then to test you'd switch to Rider in the Run Configuration or using alternativePath with the gradle plugin.
社区
IntelliJ IDEA Open API and Plugin Development
How to write a plugin for multiple Platform SDKs?
0 票
创建于
2017年12月13日 13:35
If Facets aren't viewable outside the Project Structure dialog and you need the projectConfigurable anyway in Rubymine, why does https://upsource.jetbrains.com/idea-ce/file/idea-ce-e46f536ca2d7acb4...
社区
IntelliJ IDEA Open API and Plugin Development
Facet for Custom Language SDK in Rubymine
0 票
创建于
2017年12月11日 01:29
I'd recommend using the Form Builder (https://www.jetbrains.com/help/idea/creating-and-opening-forms.html), so that you can compose the UI visually and then bind it to the rest of the Wizard code. ...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Module Settings Wizard Step: Radio Buttons? File Picker with Dropdown?
0 票
创建于
2017年12月02日 20:52
Finally got around to doing my EEx implementation: https://github.com/KronicDeth/intellij-elixir/pull/923. Anyone stumbling on this later: comment if you need more specifics than the PR diff.
社区
IntelliJ IDEA Open API and Plugin Development
ERB like template language
0 票
创建于
2017年12月01日 13:51
@NotNull is not intercepted at runtime. If you look at the decompiler output, the `if ( != null)` check is compiled into the code, so the annotation has a compiler hook that adds the code.
社区
IntelliJ IDEA Open API and Plugin Development
Open-api: Annotation based interception of arbitrary method execution
0 票
创建于
2017年10月29日 20:45
My PsiReference#getVariants had a similar problem - they were taking too long to complete. I started to manually filter their results BEFORE making LookupElements and it sped up the response even ...
社区
IntelliJ IDEA Open API and Plugin Development
CompletionContributor responsiveness
0 票
创建于
2017年08月31日 20:10
PairedBraceMatcher only works to insert a hard-coded set of potential braces if you debug the code that calls them. Elixir doesn't have `begin` `end`, but it does have `do` `end` pair. To get `en...
社区
IntelliJ IDEA Open API and Plugin Development
Auto insert of matching braces?
0 票
创建于
2017年08月16日 00:55
It communicates using a TCP socket from the JVM to the BEAM (Erlang VM) that Elixir runs in. In the BEAM it uses the built-in debugging libraries for Erlang, which also work for Elixir.
社区
IntelliJ IDEA Open API and Plugin Development
Debugger for custom language plugin
0 票
创建于
2017年08月13日 04:46
This was the PR that added line break debugging to the Elixir plugin https://github.com/KronicDeth/intellij-elixir/pull/643
社区
IntelliJ IDEA Open API and Plugin Development
Debugger for custom language plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»