主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2009年11月12日 18:16
If you want to annotate some elements and/or provide editor gutter navigation you could use Annotator which is IMHO simpler to understand.
社区
IntelliJ IDEA Open API and Plugin Development
How to start implementing a HighlightingPass
0 票
创建于
2016年04月06日 10:17
I'm not a lawyer :) but Apache License does allow it AFAIU
社区
IntelliJ IDEA Open API and Plugin Development
Create custom javascript editor and add intellisense to it.
0 票
创建于
2016年04月11日 06:40
Please see http://www.jetbrains.org/intellij/sdk/docs/basics/checkout_and_build_community.html on how to checkout IntelliJ Community Edition sources.
社区
IntelliJ IDEA Open API and Plugin Development
Create custom javascript editor and add intellisense to it.
0 票
创建于
2016年04月26日 06:11
Use Template, see com.intellij.codeInsight.daemon.quickFix.CreateFieldOrPropertyFix#generateMembers for sample.
社区
IntelliJ IDEA Open API and Plugin Development
How to insert a dynamically generated "live template"?
0 票
创建于
2016年04月27日 07:23
There are no strict rules :) Here's an issue listing some resources https://youtrack.jetbrains.com/issue/IJSDK-105 The most important step is building a (mostly) finished plugin first and then star...
社区
IntelliJ IDEA Open API and Plugin Development
Create a custom IDE based on IntelliJ
0 票
创建于
2016年04月27日 18:17
Did you call com.intellij.openapi.projectRoots.SdkModificator#commitChanges?
社区
IntelliJ IDEA Open API and Plugin Development
Adding JAVADOC and CLASSES to SDK
0 票
创建于
2016年04月28日 12:46
See com.intellij.ide.fileTemplates.FileTemplateUtil#createFromTemplate()
社区
IntelliJ IDEA Open API and Plugin Development
Add variables to file template geneator
0 票
创建于
2016年05月04日 06:26
Please show the whole test method's code and verify you have "<caret>" marker in the test data file where completion is invoked on.
社区
IntelliJ IDEA Open API and Plugin Development
Completion Unit Test: complete returns null
0 票
创建于
2016年05月04日 06:49
Obtain Query from com.intellij.psi.search.searches.AllClassesSearch#search(com.intellij.psi.search.SearchScope, com.intellij.openapi.project.Project) and use com.intellij.util.Query#forEach to filt...
社区
IntelliJ IDEA Open API and Plugin Development
Obtaining .java files in source root
0 票
创建于
2016年05月04日 19:24
You're right, I missed the loop iterates backwards and got additionally confused by looking at a sample where both files have <caret>. Did you check there are multiple completion variants at this p...
社区
IntelliJ IDEA Open API and Plugin Development
Completion Unit Test: complete returns null
0 票
«
第一页
‹
上一页
下一页
›
最后
»