prettier-standard-vscode icon indicating copy to clipboard operation
prettier-standard-vscode copied to clipboard

Visual Studio Code plugin for Prettier + Standard

Results 7 prettier-standard-vscode issues
Sort by recently updated
recently updated
newest added

Plugin enforces `"generator-star-spacing": ["error", "after"]` rule, when actual `standard` has "both". Related `standard` issue: https://github.com/standard/standard/issues/724

Can the underlying prettier be upgraded to latest? It supports 'satisfies' from 2.8.1

Hello there is an issue with this line of codes ``` module.exports = { mongo: process.env.NODE_ENV === 'product' ? { host: process.env.MONGO_HOST, user: process.env.MONGOOSE_USR, password: process.env.MONGOOSE_PWD, port: process.env.MONGOOSE_PORT, database: process.env.MONGOOSE_DATABASE_NAME,...

I have no other linter -- no beautify, eslint, etc. When I enable this plugin, and follow these steps: 1. create the document: ``` from here to here ``` 2....

Not all of my projects use prettier/prettier-standard. Ideally this extension would only format on save if .prettierrc file is present. I could try to PR it as a new option...

No functionality from prettier-standard extension seems to be available to me when installing and ensuring its enabled. Checked in keyboard shortcut settings of vscode preferences, and the Format Document command...

Hi, Mac OS Sonoma 14.5 VSCode 1.93.1 Global Prettier install 3.3.3 & also tried 2.7.1 When trying to format a plain .js file I'm getting the output: ``` Extension Name:...