Skip to content

Comments

Rename "inline hints" to "inlay hints"#19318

Open
bbatsov wants to merge 2 commits intodotnet:mainfrom
bbatsov:rename-inline-hints-to-inlay-hints
Open

Rename "inline hints" to "inlay hints"#19318
bbatsov wants to merge 2 commits intodotnet:mainfrom
bbatsov:rename-inline-hints-to-inlay-hints

Conversation

@bbatsov
Copy link
Contributor

@bbatsov bbatsov commented Feb 17, 2026

Description

Renames all F#-owned references from "inline hints" to "inlay hints" for consistency with LSP and VS Code terminology, following the Roslyn-side rename (dotnet/roslyn#71855).

This is a mechanical rename across code identifiers, user-facing strings, localization files, and file names. The Roslyn ExternalAccess types (IFSharpInlineHintsService, FSharpInlineHint, GetInlineHintsAsync) are left unchanged as they are owned by Roslyn.

Fixes #16608

Checklist

  • Test cases added
  • Performance benchmarks added in case of performance changes
  • Release notes entry updated:

    NO_RELEASE_NOTES — this is a terminology rename with no user-visible behavior change.

Aligns F#-owned terminology with LSP and VS Code conventions.
The Roslyn ExternalAccess types (IFSharpInlineHintsService, etc.)
are left unchanged as they are owned by Roslyn.

Fixes dotnet#16608
@github-actions
Copy link
Contributor

github-actions bot commented Feb 17, 2026

❗ Release notes required


✅ Found changes and release notes in following paths:

Change path Release notes path Description
vsintegration/src docs/release-notes/.VisualStudio/18.vNext.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: New

Development

Successfully merging this pull request may close these issues.

Rename "inline hints" to "inlay hints"

1 participant