-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature testing #18
Comments
The Navigation doesn't open on the newest pycharm EAP. Error message: com/intellij/psi/util/PsiUtil: com/intellij/psi/util/PsiUtil Details:
|
A bit slow to open (20sec first time, then about 5sec each time) until I noticed it also parsed my node_modules folder. Now that I've exluded the folder, it's less than a sec! (for about 300 elements) Note that by default, Ctrl+1 is used to navigate to bookmark 1 so the menu doesn't show up. Otherwise everything works as expected, great job! |
@dakra Thanks, I'll look into it. |
Or maybe let the dev choosing which folders to exclude ? On a side note, it would be great also to navigate to html templates/partials. |
@ffesseler yeah, I'll have to think about how to set up exclusions. People generally hate configuring things. What do you mean "navigate to html templates/partials"? You mean look for "ng-template" tags? |
I mean include html files used as templates in the navigation list (by their file name). |
3:53:02 NoClassDefFoundError: com/intellij/psi/util/PsiUtil: com/intellij/psi/util/PsiUtil |
+1 same error phpstorm 6.0.2 PS-129.487 |
Installation
Download: https://dl.dropbox.com/u/132579/angularjs-plugin.jar
Install: File->Settings->Plugins. "Install plugin from disk", select the .jar you just downloaded
Features to test
Navigation
Press ctrl (or cmd) + 1 to open the Navigator
Auto }} insertion
In HTML files, typing "{{" should automatically insert the closing "}}"
The text was updated successfully, but these errors were encountered: