Skip to content

v0.1.0

Choose a tag to compare

@ElecTreeFrying ElecTreeFrying released this 20 Jun 20:25

Added

  • Initial public releaseNativescript: Angular HTML Snippets, a declarative VS Code snippet pack (no runtime or activation code) scoped to a single flavor: Angular, contributed to the html language. 145 snippets across four files, every prefix namespaced ns-. Hand-authored against NativeScript v6.4.0 / Angular v9.0.0; requires VS Code ^1.43.0; MIT licensed.
  • Component snippets (snippets/ns-components.json, 77 entries) — 30 NativeScript UI components in up to three variant tiers each: ns-<name> (bare tag, e.g. ns-button<Button></Button>), ns-<name>-prop (properties as ${n:hint} tab-stops with enum value hints and Angular two-way [(…)] bindings), and ns-<name>-comp (properties + Angular (event)="" handlers + a trailing documentation comment). Includes the then-current tab-navigation family — Tabs, TabStrip, TabStripItem, TabContentItem, BottomNavigation — plus a TabView set carrying NativeScript's v6 deprecation notice. Every snippet links its docs page via a Source: URL.
  • Layout snippets (snippets/ns-layouts.json, 36 entries) — the 6 layout containers (Absolute, Dock, Grid, Stack, Wrap, Flexbox), each with a bare tag, a -comp doc variant, and ready-made ns-<layout>-snippet-N examples: 24 complete, sized, color-coded demo layouts lifted from the NativeScript docs.
  • Gesture snippets (snippets/ns-gestures.json) — 8 gestures as Angular event-binding fragments: ns-tap(tap)="", plus doubleTap, longPress, swipe, pan, pinch, rotation, touch.
  • ActionBar icon snippets (snippets/ns-settings-icon.json) — 24 ns-icon-<name> snippets expanding to the numeric ios.systemIcon value (0–23) for an ActionBar ActionItem (ns-icon-done0ns-icon-pageCurl23).
  • Reference documentationreference.md cataloguing every prefix (Layouts / Components / System Icons) with the full icon-value table, and a README documenting the default / -prop / -comp / layout-snippet / gesture / icon grammar with worked ns-button and ns-dock-layout-snippet-2 examples plus a demo GIF.