Joa Ebert
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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...