Skip to content

Releases: bjansen/pebble-intellij

v0.11.0

09 Mar 09:53
Compare
Choose a tag to compare
  • Automatically show the completion popup after typing {%
  • Add support for built-in functions like i18n (#163)
  • Fixed incorrect closing of double quotes (#176)
  • Fixed syntax error on parenthesized expressions (#97)
  • Add support for references and completion on arrays (#105)

v0.10.0

04 Feb 20:28
Compare
Choose a tag to compare
  • The plugin also recognizes the `.pebble` extension (#56)
  • Allow method calls on literals (#62)
  • Support built-in tests (#51)
  • Drop support for IDEA < 2022.2 (#82)
  • Fixed issue in EAP 2024.1 (#174)

Full changelog at https://github.com/bjansen/pebble-intellij/milestone/10?closed=1

v0.9.1

23 Apr 14:38
Compare
Choose a tag to compare
  • Fixed compatibility with IDEA 2021.2+

v0.9

14 Feb 15:14
Compare
Choose a tag to compare

Changelog:

  • Fixed many bugs related to the formatter, that appeared in 2020.3 (#58, #69, #71, #74, #75)
  • Use double quotes by default in live templates (#66)
  • Support Scala iterables in `for` loops (#73)
  • Support new identifier pattern (#63)
  • Support `import ... as ...` (#52)

Full changelog at https://github.com/bjansen/pebble-intellij/milestone/9?closed=1

v0.8

09 Sep 12:07
Compare
Choose a tag to compare

Changelog:

  • Improved support for variable declared in `for` loops (#44, #50)
  • Added settings to configure template prefix/suffix (#43)
  • Fixed the Spring extension that didn't work with the latest version of Pebble (#49)
  • Public fields in parent classes are now resolved correctly (#45)
  • Improved formatting of template data language (#48)

v0.7

02 Jul 18:45
Compare
Choose a tag to compare

Changelog:

  • the type of an in variable is now correctly recognized (#37)

v0.6

19 Jul 19:06
Compare
Choose a tag to compare

Changelog:

  • fixed parsing of list expressions (#36)
  • added code completion and navigation for filters (#17)

v0.5

29 Mar 20:10
Compare
Choose a tag to compare

Changelog:

  • support for long values (#30)
  • improved code completion and navigation to declarations (#21)
  • recognize template data language in verbatim tags (#27)
  • support for string interpolations (#31)

v0.4

02 Oct 20:02
Compare
Choose a tag to compare

Changelog:

  • support for the implicit loop variable in for blocks
  • with is now correctly recognized as a valid identifier
  • calls to unknown qualified methods/fields are reported as errors
  • bug fixes

See the complete list of fixed issues

v0.3

29 Oct 09:49
Compare
Choose a tag to compare

Changelog:

  • auto completion (block names, functions etc)
  • navigation to properties and functions
  • code formatting of the templated language
  • support for declarations from pebble-spring (including auto completion)
  • Parameter Info tooltip on functions
  • new intention to detect unknown variables and add '@pebvariable' hints
  • navigation to files specified in extends/include/import directives
  • fixed bugs in the parser

See the complete list of fixed issues