Josh Piper1505
- 活动总数 56
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 22
-
创建于 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... -
创建于 How to move between open editor tabs and tool windows by direction using the same shortcut like Vim
已回答I 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... -
创建于 Jetbrains equivalent of Vim tabs
已回答I 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... -
创建于 IdeaVim ctrl hjkl to move between tool windows
已回答I 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... -
创建于 Stretch Editor Not Working
已回答Hey! 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... -
创建于 Hide top toolbar
已回答I 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 ... -
创建于 How to Connect to MongoDB replica set
已回答Just the title. Trying to connect to MongoDB replica set but there is no option. Using the latest DataGrip version -
创建于 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... -
创建于 How to navigate in-built terminal shell
已回答I 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... -
创建于 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...