pebble-intellij icon indicating copy to clipboard operation
pebble-intellij copied to clipboard

Pebble support for IntelliJ IDEA

Results 33 pebble-intellij issues
Sort by recently updated
recently updated
newest added

Bumps org.jetbrains.intellij from 0.7.2 to 1.8.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.intellij&package-manager=gradle&previous-version=0.7.2&new-version=1.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Maybe I'm the only one that uses this feature, haha. I'm currently using the version of the plugin that was uploaded to this issue comment: https://github.com/bjansen/pebble-intellij/issues/74#issuecomment-777833331 Normally, when working with...

t-feature

Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.3.72 to 1.7.10. Release notes Sourced from jvm's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should always resolve to a KtCallInfo" is...

dependencies
java

Bumps org.sonarqube from 3.3 to 3.4.0.2513. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.sonarqube&package-manager=gradle&previous-version=3.3&new-version=3.4.0.2513)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 5.2.8.RELEASE to 5.3.18. Release notes Sourced from spring-beans's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies
java

Hi! While playing with plugin sources I probably found a potential place for a small improvement. I believe plugin performing redundant PSI children cycle in `com/github/bjansen/intellij/pebble/editor/PebbleHighlightAnnotator.kt` by using `PsiRecursiveElementVisitor`. I...

Hi - I was working on a template, and had typed something like `{% include "my-file.peb %}` (typed it out, no autocomplete happened for whatever reason). The following error popped...

t-bug

The Pebble keyword "empty" is highlighted as an unknown variable. For example in this snippet IntelliJ will hightlight empty with the message "Unknown variable 'empty'". ``` {% if user.email is...

t-enhancement

It is inserted right before the current statement where it has no effect. It should be inserted either at the top of the macro (if it is a type definition...

t-enhancement

If you write this: ```twig {# @pebvariable name="results" type="smithereen.data.SearchResult[]" #} {% for res in results %} ... {% endfor %} ``` The plugin won't pick up the type of the...

t-bug