Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@leitzler
Copy link
Member

Add experimental support for popups showing WorkDoneProgress.
The feature is disabled by default, and can be enabled via .vimrc:

call govim#config#Set("ExperimentalProgressPopups", 1)

When enabled govim will create notification style popups in
the upper right corner when gopls report progress of a task
(e.g. initial workspace load, running tests or "go generate").

The popup will close itself afterwards.

Note that this is an experimental feature. It has rather limited
use initially since govim doesn't yet support running tests via
gopls for example.

@leitzler leitzler force-pushed the cmd_govim_progress branch 8 times, most recently from ab28a1c to 38bc570 Compare September 4, 2020 21:11
@leitzler leitzler requested a review from myitcv September 4, 2020 21:28
Copy link
Member

@myitcv myitcv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with a couple of comments/questions.

Add experimental support for popups showing WorkDoneProgress.
The feature is disabled by default, and can be enabled via .vimrc:

call govim#config#Set("ExperimentalProgressPopups", 1)

When enabled govim will create notification style popups in
the upper right corner when gopls report progress of a task
(e.g. initial workspace load, running tests or "go generate").

The popup will close itself afterwards.

Note that this is an experimental feature. It has rather limited
use initially since govim doesn't yet support running tests via
gopls for example.
@leitzler leitzler merged commit 451994f into main Sep 10, 2020
@leitzler leitzler deleted the cmd_govim_progress branch September 10, 2020 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants