Skip to content

Releases: uros-5/jinja-lsp

v0.1.84

09 Nov 16:08
e2f538c
Compare
Choose a tag to compare

support configuration outside of editor

v0.1.83

30 Aug 09:40
Compare
Choose a tag to compare
0.0.17

v0.1.81

24 Jun 13:07
Compare
Choose a tag to compare
updated version

v0.1.80

05 Apr 12:52
Compare
Choose a tag to compare

What's Changed

  • added support for python
  • added code action for creating templates
  • language server is now available on vscode marketplace

Full Changelog: v0.1.71...v0.1.80

v0.1.71

01 Apr 22:25
Compare
Choose a tag to compare

What's Changed

  • better performance in definition query

Full Changelog: v0.1.70...v0.1.71

v0.1.70

31 Mar 19:24
5e6e844
Compare
Choose a tag to compare

What's Changed

  • added snippets
snippets.mp4
  • instant diagnostic messages
  • find all symbols in current document
symbols.mp4
  • notification about templates that are not found in project
not_found_template.mp4
  • fixed scoping issues
scoping_issues.mp4
  • hover variables
hover.mp4
  • template completion and diagnostics on backend side(Rust)
backend_completionn.mp4
  • improved debugging in VSCode

  • Improved TreeSitter queries by @uros-5 in #11

Full Changelog: v0.1.61...v0.1.70

v0.1.61

12 Mar 20:33
827f447
Compare
Choose a tag to compare

What's Changed

  • added completion for included templates by @uros-5 in #9
completion_for_include.mp4

Full Changelog: v0.1.6...v0.1.61

v0.1.6

11 Mar 19:04
5767bf1
Compare
Choose a tag to compare

What's Changed

  • Removed lint: for loop variable is no longer undefined.
  • didOpen request is reimplemented.
  • Server state moved to channels by @uros-5 in #8

Full Changelog: v0.1.5...v0.1.6

v0.1.5

09 Mar 16:55
05fea38
Compare
Choose a tag to compare

What's Changed

  • Goto definition now works for included templates.

New Contributors

Full Changelog: https://github.com/uros-5/jinja-lsp/commits/v0.1.5