Skip to content

Add opt-in setting for kind-projector underscore syntax#873

Open
the-ivii wants to merge 1 commit intotypelevel:mainfrom
the-ivii:feature/kind-projector-underscore-syntax
Open

Add opt-in setting for kind-projector underscore syntax#873
the-ivii wants to merge 1 commit intotypelevel:mainfrom
the-ivii:feature/kind-projector-underscore-syntax

Conversation

@the-ivii
Copy link

Fixes #560

This PR introduces a new opt-in setting, tlKindProjectorUnderscores. This setting lets users use the modern underscore syntax (_) instead of the traditional asterisk (*) for kind-projector.

@mergify mergify bot added the settings label Feb 24, 2026
@armanbilge
Copy link
Member

thanks for the PR! is this a breaking change?

@the-ivii
Copy link
Author

the-ivii commented Mar 1, 2026

no, it is not. i have set tlKindProjectorUnderscores setting to false by default in globalSettings

this makes sure that all existing projects will keep using the traditional * syntax just like they do now. it currently works as an opt-in toggle

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RFC: use _ instead of * for kind-projector

2 participants