At my new job I have to work with PhpStorm. I come from Sublime Text, and what bothers me most about PhpStorm is the lack of a single click preview of the files. In stead, it opens the files for editing and adds them to active tab, leaving me with A LOT of useless tabs.
I searched here on StackOverflow and Google, but I seem to be the only one who is annoyed by this. In Sublime it goes to edit mode only after a double click. Is there a setting or plugin to have it like in Sublime?
Settings | Editor | General | Editor Tabs
and set theTab limit
to 1 (Warning, all your tabs will get closed after 'Apply' or 'Ok'). In the Project-Window turn on the option "Scroll to Source". Single click on files will open them in only one editor tab. When you want to keep them, right click on a tab andPin Tab
( I have a shortcut for "Pin active Tab" ). It's not perfect but it's something. – Paul Geisler