It uses block cursor for command mode and a vertical bar for insert/replace mode, how can I use vertical bar for both mode?
I removed Settings -> Editor -> General -> Appearance -> Use block caret option, but the behavior had not changed.
Related
How to hide the right bottom section (style section) of dev tools?
By default, this is the way it is placed
But from the settings -> preferences -> Panel layout -> "Horizontal"
With this option, we can bring the style pane to the bottom
There's no way to hide it. You can resize it so that it's pushed off to the side, as wOxxOm mentioned.
Here's a different UI setup that you may prefer:
If you undock your DevTools window and make it narrow, the Styles pane moves below the DOM Tree. From there, you can minimize it.
You can also achieve this UI setup just by making your DevTools window more narrow. You don't have to undock it.
Small question regarding IntelliJ and the MacBook Touch Bar.
It is well known via Settings -> Preferences -> Menus and Toolbars -> Touch Bar -> Default -> "+" sign -> Add Action, one can add onto the MacBook Touch Bar whatever is available within the offered choices.
How about cases where it is not in the drop down?
For instance, I am binding more "complex" shortcuts sometime up to 4 buttons (Shift+Control+Command+Letter) to an action.
Hence, I would like to specify to the Touch Bar, "add me an icon/button which replaces having to press four keys at the same time".
Question, How to create a MacBook Touch Bar icon/button that I can configure being the equivalent of (Shift+Control+Command+ CONFIGURABLE Letter) please?
Thank you for your help.
You can use Default with ... key group in Touch Bar actions to add the actions there when you press corresponding modifier key:
See also a related request: IDEA-219425 Add more modifier options to the Touch Bar Debugger mode.
I've 2 tool windows open in addition to the main Editor window, Terminal and debug. The terminal window is on the right sidebar and debug window is on the bottom sidebar.
The problem is that bottom sidebar is in front of the right sidebar. But I want the right bar to be in the front.
How can I change this configuration?
Enable the Widescreen tool window layout option in File | Settings | Appearance & Behavior | Appearance:
I need to change my WebStorm nav bar style from first into second:
The first does not contain file tab, as well as I can not split vertically file.
How can I do this?
I need to change my WebStorm nav bar style
It's not a "nav bar" -- it's Editor Tabs bar.
The actual Navigation Bar is present on both screenshots and it is just above it (the bar that shows new.OrderList.js in it on first screenshot).
In any case: the Editor Tabs bar can be re-enabled again at:
Settings/Preferences
Editor | General | Editor Tabs
Set Placement to be anything else than "None" -- to be as on 2nd screenshot it should be set to "Top"
I'm switching over to IntelliJ from Sublime Text Editor and in IntelliJ, when I either shrink the width of the IDE or split the screen into two editors, my code goes off the screen and I have to manually scroll left/right to see it all. How can I change the settings so it is like Sublime where the line lengths will automatically adjust to the width of the screen?
Preferences > Editor > General > Use soft wraps in editor