PC设计开发过程中常用大小工具汇总

来源:互联网 发布:php base64解码 编辑:程序博客网 时间:2024/06/07 03:52

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/Visual Studio Code/
  • 小工具: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"}

简书文章备份
http://www.jianshu.com/p/9ae0d2cddfac

原创粉丝点击