ryu1kn / vscode-text-marker

Visual Studio Code Extension. Select text in your code and mark all matches. The marking colour is configurable
https://marketplace.visualstudio.com/items?itemName=ryu1kn.text-marker
MIT License
87 stars 17 forks source link

Add option to disable status bar actions #32

Closed davidgomes closed 5 years ago

davidgomes commented 5 years ago

Feature request: Text Marker should have a setting that allows us to remove the actions from the status bar (some of us like to keep their status bars clean).

ryu1kn commented 5 years ago

Hi @davidgomes , just to be sure, do you mean those two buttons on the bottom of the editor?

image

davidgomes commented 5 years ago

Yup

On Friday, April 19, 2019, Ryuichi Inagaki notifications@github.com wrote:

Hi @davidgomes https://github.com/davidgomes , just to be sure, do you mean those two buttons on the bottom of the editor?

[image: image] https://user-images.githubusercontent.com/1505715/56423844-3fe31d80-62f1-11e9-9bb6-24da6563567c.png

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ryu1kn/vscode-text-marker/issues/32#issuecomment-484877575, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFVB5OIHNOES6PDTUU75G3PRG2K5ANCNFSM4HG27WVQ .

-- David Gomes

ryu1kn commented 5 years ago

Released as v1.11.0. You can hide the buttons by setting textmarker.hideStatusBarItems to true.

davidgomes commented 5 years ago

Thank you very much! I already tested it and it works.