Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.13 KB

File metadata and controls

36 lines (24 loc) · 1.13 KB

Change Log

All notable changes to the "inline-codelens" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[Unreleased]

Added

  • Hover provider modes for hover-only, gutter badges, and hover plus inlay hints.
  • Color-coded gutter badges for multi-lens symbols, multi-symbol lines, and unused items.

[0.0.4] - 2026-04-14

Added

  • Hover provider for CodeLenses.

[0.0.3] - 2025-07-07

Changed

  • Use clickable inlay hints, instead of url in tooltip

[0.0.2] - 2025-07-07

Added

  • Inlay Hints provider for CodeLenses.
  • Setting inline-codelens.provider to choose between Decorations and Inlay Hints.

[0.0.1] - 2025-07-07

Added

  • Inline CodeLens rendering.
  • Setting inline-codelens.limit to control the maximum number of CodeLenses.
  • A prompt to disable the built-in CodeLens for a better experience.
  • Setting inline-codelens.debounceDelay to control the refresh delay on document change.
  • Setting inline-codelens.fontDecoration to customize the appearance of the CodeLenses.