Joa Ebert
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
创建于 Chrome remote debug support
Hi,is it possibly to integrate WebStorm's Chrome remote debugging support into IntelliJ IDEA and friends?Is there a dependency I can add to the plugin.xml or similar method or do I have to add a Pr... -
创建于 Ansi support in ConsoleView
Hi, i have a process which makes use of ANSI (via JLine) and IntelliJ seems to have some problems parsing its output.This is currently how I create the tool-window: void initToolWindow(@NotNull fin... -
创建于 How to search for usages in custom file type?
I created a new FileType and also added references to Java classes for certain ranges.When running a usage search, I'd like to show those usages too. The usage looks like this:{ "main": "foo.bar... -
创建于 The purpose of PsiReferenceContributor
Hi,I do have a quick question about the PsiReferenceContributor's purpose. Imagine I have an annotation and I want to establish a reference relationship like the following:@Annotation("foo.Bar")voi... -
创建于 How to add additional attribute to SourceRoot?
Hey,first of all a little background: We develop a SDK to push Java code to many platforms (Android, iOS, JVM, Web)from both a single-code base as well as allowing users to write dedicated applicat...