Is it possible to preview a file with one click on file name like Sublime Text in Phpstorm?
23
votes
3 Answers
7
votes
2
votes
I installed a plugin called Quick File Preview, by Martin Sommer.
I hate having to install plugins for small things like these, but I felt I had to. Having to double-click a file just to see its content can be quite annoying for someone coming from Sublime and VS Code (VSCodium in my case)
View | Quick Definition- LazyOneSettings | Editor | General | Editor Tabsand set theTab limitto 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