You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This probably is not the most common scenario :)
When I include an interpolated value inside a SQL comment in my string the value is not colored as C# code. In my specific case I used a nameof keyword, so I wanted it to be colored like a C# keyword.
I would expect the {nameof(ProductFirstLetterCounter)} to be colored as C# in the example below:
The text was updated successfully, but these errors were encountered:
jakubiszon
changed the title
Incorrect highlighting of interpolations inside a SQL comments.
Incorrect highlighting of interpolations inside SQL comments.
Dec 23, 2024
This probably is not the most common scenario :)
When I include an interpolated value inside a SQL comment in my string the value is not colored as C# code. In my specific case I used a
nameof
keyword, so I wanted it to be colored like a C# keyword.I would expect the
![image](https://private-user-images.githubusercontent.com/30939048/398252614-d843e509-6abc-4bf3-bdfc-cf8fef7f5e0c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTIxOTYsIm5iZiI6MTczOTE5MTg5NiwicGF0aCI6Ii8zMDkzOTA0OC8zOTgyNTI2MTQtZDg0M2U1MDktNmFiYy00YmYzLWJkZmMtY2Y4ZmVmN2Y1ZTBjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEyNTEzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlmZTllMmVkZjA2MGFmYjAyMWUwNmZkZWExOGIyMTkzMmE4Y2ZkMzZiODJmNDAwYThkNzZlYTliY2Q3MzVmNTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.20ORcoS-Y14pqGuSZ_4TWGrztluWDHgluXNQ40ZX2pE)
{nameof(ProductFirstLetterCounter)}
to be colored as C# in the example below:The text was updated successfully, but these errors were encountered: