如何使用程式碼美化器Uncrustify (How to use code beautifier Uncrustify)
轉自:http://www.cnblogs.com/muzizongheng/archive/2013/07/04/3170864.html
1.下載NodePad++,
2.選擇選單Plugins/Plugin Manager/Show Plugin Manager
3.勾選UniversalIndentGUI,點選Install
4.下載uncrustify
5.整合uncrustify到Visual Studio裡:
1)選擇Tools/External Tools...
2) 點選Add,記得勾選Use Output window
Title:uncrustify;
Command:路徑\uncrustify.exe;
Arguments:-c 路徑\你的配置檔案.cfg --no-backup $(ItemPath)
6.利用NodePad++來修改Uncrustify的配置:
1)選擇選單Plugins/UniversalIndentGUI/Show Parameter Settings,開啟Uncrustify的配置介面
2)用NodePad++來開啟一個測試的C++檔案或者C#檔案
3)在UniversalIndentGUI配置裡修改相應引數,選擇選單Plugins/UniversalIndentGUI/Indent text, 檢視測試檔案的程式碼風格是否符合你的要求, 修改相應配置項直到你滿意為止。
4)到NodePad++的安裝目錄C:\Program Files (x86)\Notepad++\plugins\uigui\config,把uncrustify.cfg的內容拷貝到vs裡uncrustify的配置檔案裡。
相關文章
- how to use typeset?
- Quartz叢集增強版_00.How to use?(如何使用)quartz
- how to use coffee script
- In Oracle,How to use dumpOracle
- 使用 ESLint + Prettier 美化程式碼EsLint
- 使用htmlprettify美化您的HTML程式碼HTML
- 翻譯|How to Use the useReducer HookuseReducerHook
- how to use ghd hair straightenerAI
- How to use hints in Oracle sql for performanceOracleSQLORM
- How to use VS Code to debug Next.js applications All In OneJSAPP
- 用Prettier美化程式碼
- 用 Prettier 美化程式碼
- How to use Qt Designed Ui fileQTUI
- How to use rman backup a noarchivelog databaseHiveDatabase
- How to use sql result stored on shell variable?SQL
- How to use "for/" batch command in Dos extentionBAT
- 程式碼線上美化工具
- How To Use Virtual Column-Based Partitioning
- How to use the Automatic Database Diagnostic Monitor(一)Database
- React 16.0+ 新特性初探(How to use)React
- How to use ASMCA in silent mode to configure ASMASM
- Prettier美化css/scss/sass程式碼CSS
- table表格美化程式碼例項
- input range美化程式碼例項
- how to use oidpasswd to admin your AS/OID account
- radio美化程式碼例項
- <input type="file">美化例項程式碼
- 單選按鈕美化效果程式碼
- 如何使用VSCode中的Code Runner外掛執行golang程式碼VSCodeGolang
- 使用CSS計數器美化有序列表CSS
- Java程式碼工具EasyCode使用Java
- 15 款程式碼語法高亮工具 美化你的程式碼
- 測試美化文章格式_小記[code][/code]
- How To Use Google Logging Library (glog)Go
- How to: Use Resources to Set Property Values in Web Server ControlsWebServer
- vscode 和 vue-cli 開發中 eslint 和美化程式碼的配置VSCodeVueEsLint
- 美化滾動條效果程式碼例項
- <input type="file">美化效果程式碼例項