Skip to content

A Visual Studio extension (VSIX) which creates codelenses allowed to go to sync sibling method for async methods and vice-versa.

License

Notifications You must be signed in to change notification settings

lsoft/SyncToAsyncExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SyncToAsyncExtension

A Visual Studio extension (VSIX) which creates codelenses allowed to goto to sync sibling method for async methods and vice-versa even if sibling method is in different file or code generated (for example, via source generator).

Image 1

When you types the codelenses are in watinig state. After few second after you stopped typing, the codelenses are recalculated. This timeout can be found in Sync <-> Async options tab in VS options window.

You can download this extension from VS marketplace.

About

A Visual Studio extension (VSIX) which creates codelenses allowed to go to sync sibling method for async methods and vice-versa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages