vscode-intelephense icon indicating copy to clipboard operation
vscode-intelephense copied to clipboard

Click the status bar icon to index workspace.

Open tianyiw2013 opened this issue 3 years ago • 11 comments

Use status bar item instead of status bar message. demo

tianyiw2013 avatar Jul 29 '21 03:07 tianyiw2013

hi @bmewburn

tianyiw2013 avatar Dec 03 '21 03:12 tianyiw2013

Hi @tianyiw2013 , thanks for the PR. I'm not sure about this, some users like to keep the status bar clear. It also might be confusing with the git sync controls. Would it be simpler to keybind the command if you wanted quick access to it?

bmewburn avatar Dec 06 '21 03:12 bmewburn

I didn't update the screenshot. In fact, the status bar displays "$(refresh) intelephense" by default. If the user wants a clean status bar and doesn't need it, they can hide the status bar item. In addition to setting shortcut keys, I think it's more convenient.

test

tianyiw2013 avatar Dec 06 '21 05:12 tianyiw2013

I guess many people encounter abnormal indexing, but they don't know they can re index. So I think we can consider adding this button. When everyone encounters a problem, they may think that refreshing the index may solve some problems.

tianyiw2013 avatar Mar 09 '22 12:03 tianyiw2013

I agree with @tianyiw2013 , at first I didn't know there was a "index workspace" command, it would be cool to have it, since we can hide it, idk if it is really a problem. Maybe hiding it by default, but we loose the goal of it if so

Vincent-HD avatar Mar 10 '22 09:03 Vincent-HD

Will this be merged?

Seems like a great QoL addition!

compilekaiten avatar Sep 11 '22 05:09 compilekaiten

This is a must. I face indexing issues quite a lot of times. Sometimes need to restart the VSCode to get it properly working.

To the point from @bmewburn above in the thread. Yes, people like to keep the editor status bar clean. But along with this if we could have the option to trigger it using cmd+shift+p would be great.

priyashpatil avatar Sep 12 '22 06:09 priyashpatil

This is a must. I face indexing issues quite a lot of times. I had to restart the VSCode to get it properly working.

You can already trigger Indexing from the Command Palette...

A button would be nice though.

compilekaiten avatar Sep 12 '22 08:09 compilekaiten

What's the command for reindexing?

priyashpatil avatar Sep 17 '22 11:09 priyashpatil

@priyashpatil

What's the command for reindexing?

ctrl + shift + p > Index workspace

tianyiw2013 avatar Nov 12 '22 07:11 tianyiw2013