Josh Piper1505
- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 22
-
Created How to debug using keyboard only
Hey, Debugging in IntelliJ/Debugging is super easy, however, there are a few features I don't know how to activate using keyboard only. I have TrackId's enabled for IdeaVim and am wanting to either... -
Created How to move between open editor tabs and tool windows by direction using the same shortcut like Vim
AnsweredI want to move between editor tabs and tool windows in IntelliJ. Vim lets you do this by holding ctrl hjkl to move between panes in Neovim distros. For example say I have the following 3 pane set u... -
Created Jetbrains equivalent of Vim tabs
AnsweredI was wondering if there is an equivalent of vim tabs that I can use within IntelliJ products for context: In vim:- A tab has 1 or more windows (where we have many tabs)- A window can have multiple... -
Created IdeaVim ctrl hjkl to move between tool windows
AnsweredI want to replicate the popular vim plugin https://github.com/christoomey/vim-tmux-navigator which let's you use ctrl hjkl to move between panes and vim. For example say I have the following 3 pane... -
Created Stretch Editor Not Working
AnsweredHey! I am able to get the stretch to top/other directions working for the tool windows but it is not working for the editor tabs (assuming the editor tab is what we write in/like buffers). I am run... -
Created Hide top toolbar
AnsweredI am on a Mac and want to hide the top toolbar completely. The top bar which includes the project switcher, run button, MacOSX minimize/expand buttons etc. I know terminals support this borderless ... -
Created How to Connect to MongoDB replica set
AnsweredJust the title. Trying to connect to MongoDB replica set but there is no option. Using the latest DataGrip version -
Created When using Find in Files (cmd+shift+f) how to navigate the preview using keyboard
When I use the Find in Files feature in Webstorm (using the shortcut, cmd + shift + f on a mac) I sometimes want to navigate the previewed file to copy and paste details. How can I access this di... -
Created How to navigate in-built terminal shell
AnsweredI was wondering if there is a way to navigate the terminal shell result/output line by line, similar to the IDE. For example, sometimes I log out information to the console and would like to copy t... -
Created How to make Extract Method (refactoring) to use arrow function by default
When refactoring code in Webstorm the default syntax for a method refactoring will be using the hoisted function syntax. However, I want it to default to using the arrow function syntax. I've see...