How can I open a file in a vertical window after searching for it?
I've lived in Xcode for the past year which has the same Command + Shift + O keyboard shortcut to search all of the project files. Now when I'm using Xcode I can hit Command + Enter to open that file in the "Assistant Editor". How can I recreate this or a similar experience in Webstorm?
Please sign in to leave a comment.
Not sure what functionality you are looking for... in WebStorm, Cmd+Shift+O allows searching for a file by name; once the file is found, hitting Enter on it loads file in editor.
There is no 'Assistant editor' in WebStorm. Are you looking for a possibility to open file in a new editor split? Or?