Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 15 Apr 06:48
99244f9
v1.0.2 — Type-aware property completions

- Property completions now appear inside any `Foo { ... }` body (blank
  line, mid-typing, and tree-sitter-collapsed-to-ERROR cases handled
  via brace-balance fallback).
- Per-type property tables for Window, Text, Rectangle, Image,
  MouseArea, AbstractButton, Flickable, ListView, GridView, Loader,
  Timer, Column, Row, Grid, with inheritance (e.g. ApplicationWindow
  picks up Window's properties).