主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2014年05月22日 08:50
AFAIU if there's references to Java classes in test data a proper Mock JDK must be supplied. Otherwise (as you noted) all these irrelevant highlightings will just add noise.Usually using com.intell...
社区
IntelliJ IDEA Open API and Plugin Development
Testing Highlighting
0 票
创建于
2014年05月26日 09:17
I'd suggest to use the approach shown in http://confluence.jetbrains.com/display/IntelliJIDEA/Tests+Prerequisites and point to mockJDK bundled in community sources.
社区
IntelliJ IDEA Open API and Plugin Development
Testing Highlighting
0 票
创建于
2014年05月21日 20:12
The best code examples are available in Community Edition source-code, also there's a huge number of open source 3rd party plugins.General starting points:http://confluence.jetbrains.com/display/ID...
社区
IntelliJ IDEA Open API and Plugin Development
Are the any online resource that are up to date ?
0 票
创建于
2014年05月22日 06:01
Or contribute targets to default "Go To Related File" action via com.intellij.navigation.GotoRelatedProvider
社区
IntelliJ IDEA Open API and Plugin Development
Are the any online resource that are up to date ?
0 票
创建于
2014年05月19日 18:42
IntelliJ IDEA 13 and later has com.intellij.psi.xml.XmlTagValue#setEscapedText
社区
IntelliJ IDEA Open API and Plugin Development
Prevent CDATA addition to XmlTagValue.setText
0 票
创建于
2014年04月30日 07:29
Please make sure that plugin "Plugin DevKit" is enabled, then there should be "IntelliJ Platform Plugin" option.
社区
IntelliJ IDEA Open API and Plugin Development
Option for Plugin project is not available in 13
0 票
创建于
2014年06月29日 09:10
They will show if you use inspection approach (see PyPep8Inspection example linked above)
社区
IntelliJ IDEA Open API and Plugin Development
How to register LocalQuickFix with ExternalAnnotator?
0 票
创建于
2014年06月15日 12:47
You might want to checkout GrammarKit as alternative https://github.com/JetBrains/Grammar-Kit
社区
IntelliJ IDEA Open API and Plugin Development
Using parboiled for custom language plugin: Combined Lexer/Parser
0 票
创建于
2014年07月29日 07:13
Use com.intellij.openapi.fileTypes.FileTypeFactory and provide com.intellij.openapi.fileTypes.ExactFileNameMatcher
社区
IntelliJ IDEA Open API and Plugin Development
How to register a filetype that has no file name extensions?
0 票
创建于
2014年07月22日 20:26
tryPlatformPatterns.psiElement().inside(PsiJavaPatterns.literalExpression())Did you also consider using PsiReferenceContributor instead to provide navigation/resolving (just thinking when you write...
社区
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 票
«
第一页
‹
上一页
下一页
›
最后
»