Change8

vsix-21.2.0

📦 angularView on GitHub →
6 features🐛 3 fixes🔧 4 symbols

Summary

This release focuses on enhancing the language server and VS Code extension capabilities, adding support for inline styles, linked editing, and improving various highlighting and detection mechanisms.

✨ New Features

  • Language service now supports linked editing ranges for HTML tag synchronization.
  • Language service added JSON schema support for angularCompilerOptions.
  • Language server supports client-side file watching via 'onDidChangeWatchedFiles'.
  • Language server added completions and hover info for inline styles.
  • Language server added quick info for inline styles.
  • Language server added folding range support for inline styles.

🐛 Bug Fixes

  • VS Code extension now correctly highlights function calls using optional chaining.
  • VS Code extension supports highlighting for class bindings that use brackets.
  • Language service now correctly detects the local project version upon creation.

Affected Symbols