Same on my site. It doesn’t work after latest upgrade Answer from ststww on reddit.com
Cursor
forum.cursor.com › support › bug reports
Unable to save files when format-on-save enabled - Bug Reports - Cursor - Community Forum
August 9, 2024 - I have Cursor and VS Code opened side-by-side. Each has the Black Formatter for python enabled to format on save. When I save in VS Code the file saves rather quickly, applying all recommended formatting changes w/ Black. When I save in Cursor the UI lags, the file does not save, and I get ...
Reddit
reddit.com › r/cursor › cursor: format on save (auto prettier) not working after update?
r/cursor on Reddit: Cursor: format on save (auto prettier) not working after update?
January 17, 2026 -
In Cursor, “format on save” (auto prettier) isn’t working for me.
It was working fine until yesterday, but after updating the Cursor editor, it seems to have stopped.
What’s weird is that in VS Code, it works perfectly on the same project/settings.
Is anyone else experiencing this, or is it just me?
Cursor
forum.cursor.com › support › bug reports
Format on save with prettier takes eternity - Bug Reports - Cursor - Community Forum
August 30, 2024 - Just as the title suggests, when format on save is enabled I takes a long time to save files. Formatter is Prettier. As I am writing this post: Saving ‘geniusCreateCase.ts’: Running ‘Prettier - Code formatter’ Formatter is running for a good 10 minutes now.
Cursor
forum.cursor.com › support › bug reports
Python format on save broken - Bug Reports - Cursor - Community Forum
September 16, 2024 - Currently it seems that the editor is not updating after formatOnSave: true for python files when using Black. This works fine in VS code. The file is saved, but the editor is not updated with the formatted file. So next time you try to save it says the files are out of sync and doesn’t save.
Cursor
forum.cursor.com › support › bug reports
Prettier extension's format-on-save doesn't work anymore - Bug Reports - Cursor - Community Forum
December 26, 2024 - Any idea how to fix? The inserted code is often badly indented and I don’t know about others but my personal ability to wrap my head around badly indented code is practically zero. Here is the snippet from my .vscode/se…
Top answer 1 of 16
421
Follow these steps:
- CTRL + SHIFT + P
- Format Document (in pop-up bar)
- Select
Format Document - Select
Configure Default Formatter... - Select
Prettier - Code formatter
Done!
2 of 16
89
In VSCode settings, search for "Editor: Default Formatter", set it to esbenp.prettier-vscode and restart VSCode.
Cursor
forum.cursor.com › support › bug reports
Prettier code formatter on save since cursor version 1.7.46 - Bug Reports - Cursor - Community Forum
October 17, 2025 - Where does the bug appear (feature/product)? Cursor IDE Describe the Bug After updating to this version, when saving, the formatter should be running, but it keeps printing while it’s running, and the file doesn’t save. If I turn off Prettier, the file saves.
GitHub
github.com › prettier › prettier-vscode › issues › 2920
vscode format on save on big file cursor alway jump to the end of the file · Issue #2920 · prettier/prettier-vscode
March 22, 2023 - Format on save on big js file(3700lines), cursor alway jump to the end of the file prettier version 9.10.4 vscode 1.76.2
Published Mar 22, 2023
GitHub
github.com › prettier › prettier-vscode › issues › 3948
Plugin not running or formating on save in v12 (Cursor) · Issue #3948 · prettier/prettier-vscode
January 22, 2026 - I revert to v11.0.0 and it immediately ... https://github.com/asb1512/prettier-vscode-plugin-demo · Make sure you have the latest version of the Prettier VSCode plugin installed in Cursor IDE....
Published Jan 22, 2026
GitHub
github.com › prettier › prettier-vscode › issues › 3604
Cursor moving to end of file VS code >=1.96.3 · Issue #3604 · prettier/prettier-vscode
January 15, 2025 - Summary In version 1.96.3 of VS Code, there’s an issue with Prettier when using the formatOnSave feature. It mirrors the old symptoms mentioned in previous comments. Prettier is the only formatting plugin I’m using, and the problem occur...
Published Jan 15, 2025
Cursor
forum.cursor.com › support › help
Does Prettier formatter works for your Cursor? - Help - Cursor - Community Forum
November 1, 2024 - It does not work for me
Cursor
forum.cursor.com › support › help
Make cursor auto formatting with prettier working - Help - Cursor - Community Forum
May 19, 2025 - I can’t make working with typescript, I tried to disabled all extension, any experience with prettier and auto formatting ? from my side it works perfect in my vscode project.
Reddit
reddit.com › r/neovim › cursor moves on format
r/neovim on Reddit: Cursor moves on format
August 3, 2022 -
Hi guys, I'm using null-ls and prettier to format on save. Sometimes when I change something and save the cursor moves back, which si pretty annoying. Has anyone had this problem?
Top answer 1 of 3
3
I do have the same issue. It even sometimes change modes. Sometime I end up in visual mode...
2 of 3
2
Ok guys I solved it by using this wonderful plugin https://github.com/lukas-reineke/lsp-format.nvim . Apparently it had something to do with setting up my autosave from null-ls but can't be sure. Anyways, solved.