prettier / prettier-vscode

Visual Studio Code extension for Prettier
https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
MIT License
5.03k stars 447 forks source link

Use LanguageStatusItem API for the status bar item #3363

Open mlntr opened 1 month ago

mlntr commented 1 month ago

Use VS Code's LanguageStatusItem API instead of having a unique implementation that is inconsistent with other language utility extensions and formatters. It's easy to show/hide when the user wants it (can pin to the status bar too) rather than cluttering being in the way if it's not disabled.

image

ntotten commented 2 weeks ago

Oh, this is nice. I hadn't seen this api before.