微信截圖_20170603101055.png
個人在PC端設計開發過程中常用大小工具匯總
- 瀏覽器:Firefox Developer Edition / Google Chrome /
- 通訊工具:TIM(office QQ)/ 微信電腦版 / Foxmail / Worktile/
- 制圖軟件:Photoshop/Illustrator/Flash/InDesign/CorelDRAW X4 SP2 精簡增強版/Axure/美圖秀秀-看看-淘淘-批處理/MediBang Paint Pro/sketchbook/SketchUp.LayOut.Style Builder/GIMP/Inkscape/
- 前端開發(代碼編寫):Atom/sublime/GitHub/Git Bash/Notepad++/Hexo/Node.js/
- 輔助小工具:GifCam/有道云筆記-有道詞典/Icecream Ebook Reader/Potplayer/Clover/ADsafe/騰訊桌面清理/Win 桌面小工具-鬧鐘/福昕閱讀器/ClickCharts_CHS//Icon8 app/
- 字體備份:
- 瀏覽器書簽/收藏夾備份:
- 瀏覽器插件:百度翻譯/花瓣采集工具/掘金/usepanda/
- sublime插件外掛(package):package_control_loader/Alignment/Emmet/LocalizedMenu/Markdown Preview/Package Control/Theme - Soda/ColorPicker/ConvertToUTF8/SublimeCodeIntel/SublimeLinter/ZZZZZZZZ-LocalizedMenu/LocalizedMenu/PyV8/pyyaml/Html-CSS-JS-Prettify/
- Photoshop擴展插件:light factory/燈光工廠;
Visual Studio Code settings.json:
// 將設置放入此文件中以覆蓋默認設置
{
"workbench.welcome.enabled": true,
"workbench.iconTheme": "vs-seti",
"files.autoSave": "afterDelay",
"editor.wordWrap": "on",
"editor.minimap.enabled": true,
"editor.suggestOnTriggerCharacters": true,
"editor.renderIndentGuides": true,
"editor.renderControlCharacters": true,
"editor.dragAndDrop": true,
"extensions.autoUpdate": true
}
Sublime text 3 settings :
{
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"draw_minimap_border": true,
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"soda_classic_tabs": true,
"soda_folder_icons": true,
"theme": "Soda Dark 3.sublime-theme"
}