kotoole
kotoole

Reputation: 1736

Open file with WebStorm from MacOS finder

In OSX El Capitan, I have set WebStorm to be the default application for opening .js files like so. This successfully opens WebStorm when opening a .js file via finder, or when cmd-clicking on the file from iterm2.

However, when WebStorm opens, the file I've chosen is not opened within WebStorm. The app simply has the same files I've opened before (whether or not the WebStorm app was running when I opened the file).

Using open -a /applications/WebStorm.app <filename> works fine, but it's less convenient than just clicking on the file I want, as I do for file extensions that I've set to open in Eclipse or Sublime.

Is there a way to get WebStorm to open the file I've selected?

Upvotes: 1

Views: 754

Answers (1)

lena
lena

Reputation: 93738

Known issue, please follow IDEA-129532 for updates

Upvotes: 2

Related Questions