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

For example : ``` {% macro input(type="text", name, value) %}{% endmacro %} {{ input() }}

t-enhancement

Hi I'm experimenting with Pebble and found your plugin. I saw you already had an issue about autocompletion, thx for working on it! I was wondering if it would be...

t-feature

It parses 'empty' as a keyword so it can get recognized and highlighted by plugin. It fixes the bug, which causes the warning: > Unknown variable 'empty'

When typing `{% extends "..." %}` or `{% include "..." %}`, it only autocompletes files relative to the current files, rather than autocompleting them relative to directories marked as "Template...

Bumps [antlr4-runtime](https://github.com/antlr/antlr4) from 4.10.1 to 4.11.1. Release notes Sourced from antlr4-runtime's releases. 4.11.0 consist primarily: a major rebuild of the Go target by Jim Idle. Please see Go target doc...

dependencies
java

Bumps [antlr4](https://github.com/antlr/antlr4) from 4.10.1 to 4.11.1. Release notes Sourced from antlr4's releases. 4.11.0 consist primarily: a major rebuild of the Go target by Jim Idle. Please see Go target doc...

dependencies
java

Bumps org.jetbrains.intellij from 0.7.2 to 1.9.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.9.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

版本号: 0.9.1 问题: ``` {# @pebvariable name="foo" type="com.github.syzsh.test.TestPebble.Foo" #} {% set bar=foo.bar %} {# 这里是正常的 #} {{ bar.str }} {# 代码完成不起作用 #} {# @pebvariable name="bar" type="com.github.syzsh.test.TestPebble.Bar" #} {{ bar.str }}...

t-bug