Search code examples
webstorm

How to tell WebStorm to only preview file by single click, not create a tab?


By default, clicking on file name in Project View panel will create new editor tab in WebStorm, which is annoying.

At the same time in Sublime only double click on file name will create it.

How can I achieve the same behaviour in WebStorm?


Solution

  • Please disable Autoscroll to Source option in Project View settings (under cog icon .. or via right click on window label/title)

    enter image description here