Number 3434
Number 3434
@DanTup Basically since you can already hover over a symbol to figure out whether it is an implicit or explicit getter-setter, I thought it would be useful to have ___a...
@DanTup I understand. Thank you.
You have to set "template-string-converter.convertWithinTemplateString" to false for this to work. ```jsonc { "template-string-converter.convertWithinTemplateString": false, } ```
I'm having a similar issue, but it applies to the start of the beatmap as well. It's 0 to 20 bars before I actually hear any Nightcore samples, and sometimes...
> How to enable semantic highlighting? @RedCMD It's in `settings.json` - "editor.semanticTokenHighlighting" to true. Or you can use the Visual Settings Editor: ...
@RedCMD They may be declared in the [SDK](https://github.com/dart-lang/sdk) repo. P.S. could you attach a screenshot of your above image with semantics enabled?
I've opened an feature request in the VSCode repo here: - https://github.com/microsoft/vscode/issues/205988
It's very similar, except that my version also allows users and themes to declare the overrides, not in the textmate grammar itself. I would prefer this option for the customisability...
Ah yes, it does seem to do the job but with more functionality. I'll be closing this pull request and redirecting to the other one.