Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using a ThreadedWaitDialog for user intitiated actions #461

Open
mrlacey opened this issue Feb 20, 2021 · 0 comments
Open

Consider using a ThreadedWaitDialog for user intitiated actions #461

mrlacey opened this issue Feb 20, 2021 · 0 comments
Labels
enhancement A change or improvement to something that exists XAML-Analysis Relates to XAML Analysis functionality XAML-GEN Relates to XAML generation
Milestone

Comments

@mrlacey
Copy link
Owner

mrlacey commented Feb 20, 2021

Because some user-initiated actions (e.g. generate XAML, and analyze current document) may take time, look at using an IVsThreadedWaitDialog4 to provide user feedback while actions are taking place.

See code example at https://github.com/madskristensen/CodeTourVS/blob/master/src/CodeTourInfoBar.cs

@mrlacey mrlacey added enhancement A change or improvement to something that exists XAML-GEN Relates to XAML generation XAML-Analysis Relates to XAML Analysis functionality labels Feb 20, 2021
@mrlacey mrlacey added this to the Backlog milestone Feb 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A change or improvement to something that exists XAML-Analysis Relates to XAML Analysis functionality XAML-GEN Relates to XAML generation
Projects
None yet
Development

No branches or pull requests

1 participant