Number 3434
Number 3434
Okay, so on hold for now? Maybe could you add highlighting for dart code blocks in documentation comments as a starting point?
> > Okay, so on hold for now? > > Sorry, but yes. > > > Maybe could you add highlighting for dart code blocks in documentation comments as a...
I just found out about [embedded languages](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#embedded-languages). This means you could mark documentation comments as an embedded language to get the syntax highlighting. The only snag is I'm not too...
> Unfortunately those embedded languages aren't supported with semantic tokens (see [microsoft/vscode#163292](https://github.com/microsoft/vscode/issues/163292)). > > That solution has the drawback of being VS Code-only, but if the server generated the tokens...
Oops, sorry about that
Okay, thanks! I've taken a look at the VSCode support for semantic tokens in embedded languages, and given it my upvote. Thanks!
Basically, I've created a class that extends `GetxController`. I have created two methods on that class, but I keep forgetting their names. I expose an instance of that class (using...
No, I just want them grouped. For example, all word-based suggestions are at the bottom, which is useful since you know that once you see word-based suggestions, you're at the...
VSCode has Intellicode, which provides star completions that are in a custom order at the top. Could this somehow be replicated to produce a similar effect with declared at the...
@DanTup > We also can't control the ordering except for when there is no prefix typed Well, that doesn't actually bother me. I actually do prefer the current sorting strategy...