eli1982 / intellij-perl-plugin

This is a plugin that adds support for perl language in intellij (Based on Intellij Custom Languages)
Apache License 2.0
8 stars 3 forks source link

support webstorm #13

Open eli1982 opened 9 years ago

eli1982 commented 9 years ago

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