Pradeep Kumar
- Total activity 13
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created selecting the item from suggest list using keyboard
AnsweredI am using IntelliJ Idea and really like the keyboard centric features. I have installed IdeaVim plugin which is making me more productive. However, when I use IdeaVim I am able use the navigation ... -
Created command E keyboard shortcut does not open the java class automatically
AnsweredI am using IntelliJ Idea for Java development and came across the command + E keyboard shortcut to open the recently opened files. But when I hit command + E I see a popup with all the recent files... -
Created how to hit arrow keys without moving my hand
AnsweredHi, I am a big fan of Intellij Idea because it supports keyboard shortcuts for most of the operations. However, one thing I am not comfortable is having to take off my hand to press the arrow keys.... -
Created How to insert smart statement completion
AnsweredMany a times we use statements like Person person = new Person(); Is there a keyboard shortcut to auto complete the new Person() once I write Person person= -
Created Importing maven projects is showing compile time errors which I am not able to resolve.
AnsweredI am new to using IntelliJ Idea. I downloaded the example code from the site - Java Persistence With Hibernate and opened the project in IntelliJ Idea IDE. The IDE is showing all compil...