Provide All Alternate Number Formats regardless of Enabled Language Extensions #2772
Labels
component: hls-alternate-number-format-plugin
status: needs triage
type: enhancement
New feature or request
Currently, the alternate number format plugin only suggests formats when the Language Extension is enabled.
So for example, with Haskell2010 set as the default language, the literal
15
will provide0xF
and0o17
as alternatives.With
BinaryLiterals
enabled the literal15
will provide0xF
,0o17
, and0b1111
.Instead the provided alternatives should span all possible formats and add the language extension if not already enabled.
The text was updated successfully, but these errors were encountered: