Dgriffiths
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Disable alternative view for Collection classes
AnsweredWhen viewing collections in IntelliJ, it helpfully hides the implementation details and presents an array type view with numbered elements. Is there a way to turn this off so that it displays the a... -
Created How to create breakpoints programmatically?
AnsweredHi, we are trying to create a java breakpoint programmatically in our plugin. One complicating factor is that the java class does not (and cannot) exist in the IntelliJ project. To get round that w...