Jonathan Locke
- Total activity 104
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 28
-
Created keymap plugin
AnsweredI made a simple keymap plugin here: https://github.com/jonathanlocke/intellij-easymap-mac It installs okay and I see the logo (although it is strange that it doesn't appear initially when I instal... -
Created git merge multiple modules
Answeredi like the way you can create a new branch for every repository in a project at once. you can also switch all the branches at once and do checkins across all the repositories. but is there a way in... -
Created tree searching
Answeredis there a way to turn a tree search into a tree filter? i wish i could search a tree view in intellij and then push some key to cause the tree to only show the matching entries until i hit escape ... -
Created JavaDoc for Multi-module Project
AnsweredIt seems that IntelliJ doesn't yet support multi-module javadoc generation. In the meantime, I looked at a few alternatives and ran into "Dokka". It looks cool, but I can't seem to get the maven pl... -
Created run/debug menu mnemonics
AnsweredIs there a way to add more mnemonics (aside from 0 and 1) to the run/debug menu? This is handy for quickly running or debugging something. Jon -
Created Arrange Default Methods
AnsweredThe arrange feature of IntelliJ is very useful. It would be nice to add "default" to the list of modifiers you can sort by so that you can have all the default methods in an interface appear at the... -
Created multiple renames
Answeredit would be an interesting feature to be able to rename several files/classes at once. the rename refactor would let you edit only the common part of the multiple selection. so if you had these cla... -
Created Package View Separator Line
AnsweredI'm really liking the package view. Eclipse does not have this kind of view and it's really useful. I do agree with others that it would be nice to be able to filter the package view to only see th... -
Created JavaDoc Editing
AnsweredWith the rendered JavaDoc in IntelliJ (which is super cool), I keep single clicking on the rendered documentation expecting it to switch to text editing view because this is how it would work on a ... -
Created Hello, is there a way to make all methods in a class final that are not overridden?
AnsweredThis would be really nice for performance reasons. Amazingly, HotSpot can inline methods that are not final and then un-inline them if a class gets loaded that overrides the method, but it's not gu...