Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

Idea - Show a progress bar in the status bar while indexing. #151

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello

It might be a neat idea to show a progress bar (Atom has these in its style guide) in the status bar or at the bottom when the indexing is happening, so you know what's going on.

Thanks in advance

Peekmo commented 9 years ago

The problem of the progress bar, is that we can't know the differents steps, so it will be 0... then 100% x)

ghost commented 9 years ago

We can use an indeterminate progress bar instead (see also the Atom styleguide). It just keeps 'scrolling' while something is busy. Other packages such as build-tools also use this when a build is running.