lsoft / SyncToAsyncExtension

A Visual Studio extension (VSIX) which creates codelenses allowed to go to sync sibling method for async methods and vice-versa.
MIT License
1 stars 0 forks source link

method body colorization inside the codelense #4

Open lsoft opened 8 months ago

lsoft commented 8 months ago

Opened codelense contains a sibling method body as a regular text.

It would be cool to have colorization here. Ideally - same inside VS (using user's styles). But simple solution with colorize with contant colors some keywords is useful too.