so far it looks like you can get the following features in webstorm:
-file icons
-subroutine and packages gutter icons (links to packages works)
-Symbol(File) search and Class(pacakge) search works
the rest of the features doesn't work like project creation and auto completion:
auto completion:
The reason the autocompletion doesn't work is because the plugin fails to detect the sources folder (A.K.A Resource Root) throwing "warning: perl parser was not initialized" and "No source folders found. please go to > Project Structure > Modules > Sources and add your source folders".
so far it looks like you can get the following features in webstorm: -file icons -subroutine and packages gutter icons (links to packages works) -Symbol(File) search and Class(pacakge) search works
the rest of the features doesn't work like project creation and auto completion:
auto completion: The reason the autocompletion doesn't work is because the plugin fails to detect the sources folder (A.K.A Resource Root) throwing "warning: perl parser was not initialized" and "No source folders found. please go to > Project Structure > Modules > Sources and add your source folders".
project creation: No clue why