prettier-vscode
prettier-vscode copied to clipboard
Visual Studio Code extension for Prettier
Description: I would like to request improved support for the C language in the Prettier extension. Currently, I am experiencing challenges with using Prettier for formatting C code, and I...
Type: Bug I installed prettier, on user I checked format on save and checked the config. Well it does not format on save I have followed all kinds of videos...
My prettier does not save on format. I dont have the knowledge to check the paths and do all those tricky stuffs. I have followed all kinds of videos base...
### Summary `prettier-vscode` doesn't respond to changes in `prettier.config.mjs` until the workspace reloads. ### Github Repository to Reproduce Issue https://github.com/hamirmahal/config-mjs-formatting ### Steps To Reproduce: 1. Make changes to `prettier.config.mjs`, and...
### Summary Although I have installed prettier extension in VS code and set it to format solidity files, it will be automatically disabled once I click on a solidity file....
## Environments - Operating System: Windows 11 - VSCode version: 1.88.1 - Runtime: Node.js v20 - Prettier Version: 3.2.5 - Prettier Plugins (if any): `prettier-plugin-tailwindcss` or any others plugins -...
In vscode running the `editor.action.formatDocument` command in a javascript file makes the editor scroll to the last line of the file which is really annoying. It happens for large files...
I've set `.prettierrc` with: ```json "overrides": { "files": ["*.html"], "options": { "parser": "angular" } } ``` as suggested in https://github.com/prettier/prettier/issues/15833 But seems that it doesn't work with the VSCode extension....
### Summary I am trying to format js/ts/jsx/tsx file but Prettier doesn't appear in the list of formatters in VSCode. ### Steps To Reproduce: 1. Open any .js/.ts/.tsx/.jsx file in...