PC端设计开发过程中常用大小工具汇总(私人)

PC端设计开发过程中常用大小工具汇总(私人)_第1张图片
微信截图_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"
}

你可能感兴趣的:(PC端设计开发过程中常用大小工具汇总(私人))