Hide the expand/collapse buttons in PhpStorm - ide

Is there a way to hide the expand/collapse buttons in PhpStorm?
I'm talking about these buttons:
I searched for it in the settings but I can't find it.
I'm trying to clean up the editor and I don't like these buttons in the gutter.

Settings/Preferences
Editor | General | Code Folding
Uncheck the Show code folding outline option

Related

Intellij Idea prompt on hover

I'm using IntelliJ IDEA 2021.3.2 and cannot find any tool for show popup window or prompt when hovering over a button. Which setting should be turned on/off for this?
For example i wish to see what does button with wrench mean on hover it
Disable the Settings (Preferences on macOS) | Appearance & Behavior | Appearance | Support screen readers option.
I don't think I understand your problem, but under File, Settings, Editor, Code Editing you may find what you are looking for. There is a checkbox there to show quick documentation on hover.

Customize Intellij top menu to include debugger icons

I would like the debugger menu (with the step over and step into etc) buttons up in the top menu next to the run/debug/stop buttons. Is there any way to make this happen? I can move then entire debugging pane up top. But that is not what I want. I just want the icons up top like other IDE's have.
this is a different question than How do I move the toolbar in IntelliJ?
I am not asking how to move the existing toolbar, I'm asking how to add the debug buttons to the toolbar up top.
It's not possible at the moment. Feel free to create feature request on YouTrack: http://youtrack.jetbrains.com/issues/IDEA.
2022 UPDATE
It is possible now as JetBrains has added highly-customizable functionality for controlling commands in menus and toolbars.
For Windows/Linux: File | Settings | Appearance & Behavior | Menus and Toolbars
For Mac: IntelliJ IDEA | Preferences | Appearance & Behavior | Menus and Toolbars
Additional info on the IntelliJ website.

Disable code folding in IntelliJ Idea?

How can I disable (or hide) this part in IntelliJ idea ?
Go to File -> Settings -> Editor -> General -> Code Folding
Uncheck Show code folding outline.
For IntelliJ 15+ with default keyboard bindings
Press cmd+shift+A on a mac or ctrl+shift+A on windows, to search for an action, and type code folding. This pops up a menu with an option of 'Show code folding outline' and on the right of it is an off/on switch. You can change this with enter or just click on it.
The settings dialog is old-hat these days.
Not sure what OP is asking, if one wishes to just hide the folding outline, then the #Phiter answer is correct.
However if one wishes to disable the actual code folding just uncheck boxes below the label Collapse by default.
BEFORE:
AFTER:
To disable the folding icons and folding completely uncheck all checkboxes as depicted here:
Color
If you want to be able to fold code without seeing the ugly Tear Line then set...
Editor > Color Scheme > General > Editor > Tear line to same as
Editor > Color Scheme > General > Editor > Gutter background
Then
Editor > Color Scheme > General > Editor > Tear selection to a different color
This should make it invisible, but still accessible when needed.
Code folding settings
These can be found here.
File > Settings > Editor > General > Code Folding
These settings should be enough to get the look and functionality you want. I personally like it to be invisible but I like to fold some HTML every now and then, but never folded by default. Jetbrains, of course, have a setting for that which you can find with the paths above.
File > Settings > Keymap
Find Hot Keys (comment)
Add new combination Hot Key for comment
enter image description here

IntelliJ 13 - Add Navigate Back/Forward to toolbar?

Jetbrains changed the toolbars in IntelliJ 13.
The Navigate Back & Forward arrows, shown here, used to be in the top toolbar and easily clickable.
Now the only way I can find to access these fields is to go to Navigate -> Back or Navigate -> Forward.
Does anyone know of a way to add these back/forward locations into an always visible toolbar like they were located in IntelliJ 12?
For some reason the toolbar is not visible by default.
In the View menu, select Toolbar. That should fix it.
I am using Idea 13 and my toolbar already has these buttons:
The icon groups are:
file | undo/redo | cut/copy/paste | font size | back/forward | compile/run | vcs | config | help | jira | tasks
You should be looking at the back/forward buttons in the 5th group.
If you want to make the toolbar visible, it's one of the checkable options on the view menu.
IntelliJ IDEA 15
Show toolbar
Method 1
View > Toolbar
Method 2
Press Shift 2 times > write "toolbar" and click on the "switch button" to change "OFF" in "ON":
The toolbar already contains the "Back" and "Forward" buttons.
Configure toolbar
Method 1
File > Settings... > Appearance & Behavior > Menus and Toolbars > Main Toolbar > select one row and click on "Add After..." if you want to add a new button (E.g.: if you accidentally removed the Forward button and you want it back)
Method 2
Right click on the toolbar > Customize Menus and Toolbars...
Use the approach that is described in Method 1
To enable toolbar in intellij 2019.3,
Just go to the "View" tab and check-enable "Toolbar"
*be noted that shortcut keys(ctrl+alt+ left/right) are not working
Here is just a reference image, where to find the top right bar in the settings.
(Note: This is PyCharm)
The Conan's answer helped me with the same issue. 2Conan - make your comment as an answer. It helps with TS issue. Just for sure posting his answer here ...
OK, you can do this. Turn the toolbar on, with View > Toolbar. Right click it, and choose Customize Menus and Toolbars. In the Navigation Bar Toolbar folder, add the icons from Main menu > Navigate > Back / Forward, choose OK, then go and turn off the toolbar with View > Toolbar again.

IntelliJ full screen, really

Is it possible to run IntelliJ Idea in a true full screen mode on a MAC?
No toolbars, no side bars, no buttons, just code.
If it is possible please let me know.
You can do it in the View menu by disabling the following items:
Double clicking on the editor tab will hide all the open tool windows (second double click will restore them).
It's also possible to disable editor tabs in Preferences | Editor | Editor Tabs.