用于自动格式化 Css 的 Notepad++ 插件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/28525131/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-30 02:59:35  来源:igfitidea点击:

Notepad++ plugin for auto format Css

csspluginsautolayoutnotepad++auto-indent

提问by Gil Epshtain

I'm looking for a plugin for Notepad++that will auto align (auto format) my Cssfiles. Something similar to visual studio ctrl+k, ctrl+d effect only for notepad++.

我正在寻找一个Notepad++ 插件,它可以自动对齐(自动格式化)我的Css文件。类似于visual studio ctrl+k, ctrl+d 效果仅适用于notepad++。

Anybody know something like that? enter image description here

有人知道这样的事情吗? 在此处输入图片说明

采纳答案by suyog patil

try JSON Viewer... after installing select all content of css and "Ctrl + shift + alt + m" . It will format your css.

尝试 JSON Viewer... 安装后选择 css 和 "Ctrl + shift + alt + m" 的所有内容。它将格式化您的 css。