问题标签 [prettier-vscode]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
201 浏览

python - prettier seems to not working in VScode (python)

I don't actually know how these thins work, apparently prettier explains how to make it the main formatter on their page:

but i dont even know how to set this things. anyways, my question is, after i complete my writing, when i type ctrl + s (save) on my vscode, it used to make it, well, prettier. but now it doesnt change anything (and it is not pretty at all).

now, at the bottom right of the screen, i see this: what i see on my bottom right corner for prettier

and if i click that, ahem, empty set (?) image next to prettier, it becomes a double tick, but it exist my coding area and enter the output section: after i click on the thing

and if i click back to my coding area, it again becomes an, well, empty set (?) symbol.

all the help is appraciated.

ps: this is my first question, please go easy on my

sincerly

0 投票
0 回答
131 浏览

json - prettier-vscode 被配置为格式化程序,但它无法格式化“Json”文件

我无法使用 prettier-vscode 作为 JSON 文件的格式化程序。似乎扩展没有将其注册为有效的默认格式化程序。我该如何修复它或者它是错误?

prettier-vscode is configured as formatter but it cannot format 'Json'-files

扩大:

错误:

更改默认格式化程序

格式化程序的选择

0 投票
0 回答
111 浏览

visual-studio-code - 更漂亮的不尊重 VSCode 设置文件

标签宽度似乎不想改变!

这是我的/Users/karl/Development/app/.vscode/settings.json文件中的内容:

超级奇怪为什么它不尊重缩进选项?

0 投票
0 回答
24 浏览

prettier - 在花括号后在 React 中配置更漂亮的空格

我想将 Prettier 配置为输出如下: 当前结果:

}

预期结果:

}

我遇到的主要问题是线路

const data = {...res.data.userData, accessToken: res.data.accessToken, refreshToken: res.data.refreshToken}

该行应该是一行代码。

当前配置

问题不在于线的长度!

谢谢!

0 投票
0 回答
23 浏览

vscode-settings - VSCODE prettier 格式配置

每次我和我的同事保存一些文件时,prettier 的行为都会有所不同并更改整个文件。它使 git 无用,因为我们都需要处理文件的任何更改,git 的 diff 函数显示整个文件已更改。

我们尝试为两个 IDE 设置 .vscode/.editorconfig

我们尝试使用以下配置将 .prettierrc.json 文件添加到根项目文件夹

然而,只要我们每个人都保存一个文件(使用对方的格式),整个文件就会被更改。

我错过了什么?

谢谢!

0 投票
0 回答
43 浏览

visual-studio-code - 如何配置更漂亮以格式化长行

如何配置更漂亮的格式来格式化这样的长行:

而不是这样:

这里 Prettier 打破了函数 args 而不是链函数。

如果使用 Prettier 无法做到这一点,是否有替代方案?

提前致谢。

0 投票
1 回答
29 浏览

javascript - 当我们可以通过文本编辑器的扩展直接使用 prettier 时,为什么还要使用包管理器安装它?

所以我看到很多 javascript 和 typescript 教程推荐安装 prettier。我知道现在更漂亮是必须的,但既然我们可以直接从你的 IDE 或文本编辑器上的扩展中获取它,你为什么要从 npm、yarn 等安装包本身,而不是仅仅使用扩展?

感谢您的光临。

0 投票
0 回答
4 浏览

prettier - 更漂亮的格式

我看到有人对他们的代码进行了格式化,这引起了我的注意。是否有让 Prettier 或任何 VSCode 格式化程序看起来像这样的配置?

0 投票
0 回答
16 浏览

npm - 如何强制我的 NPM/NPX 应用程序的代码样式?

使用 NPM 或 NPX 启动项目,例如npx create react-app,通常使用与我自己不同的预定义代码样式。这会导致编辑和保存现有文件会覆盖其中大部分内容,只是为了应用我的代码样式,并且这样做会为微小的更改创建大量的 git diff。

有没有办法用我的代码风格启动这些项目?或者制作代码格式化程序,例如 VSCode 的 Prettier,采用现有样式并仅在现有文件中使用它?

0 投票
1 回答
85 浏览

vue.js - 保存时 VSCode Prettier - 用于 Vue.js

![在此处输入图像描述

我有

我的 VSCode 的这些设置

设置.json

.prettierrc

现在,它完美地保存了 JS 和 HTML。✨</p>

在此处输入图像描述

我想

使其适用于 Vue.js。

我试过了

添加vue--> "[javascript, vue]":

它不工作。

Vue.js 如何做到这一点?