成人国产在线小视频_日韩寡妇人妻调教在线播放_色成人www永久在线观看_2018国产精品久久_亚洲欧美高清在线30p_亚洲少妇综合一区_黄色在线播放国产_亚洲另类技巧小说校园_国产主播xx日韩_a级毛片在线免费

資訊專欄INFORMATION COLUMN

個(gè)人常用的軟件-前端

oysun / 1521人閱讀

摘要:今天重裝系統(tǒng),切換到作業(yè),記錄下個(gè)人常用的軟件,工具軟件版本管理工具圖形管理工具版本管理工具前端切圖必備需要?jiǎng)赢嫷臅r(shí)候用有道云筆記有模式,筆記寫代碼很方便調(diào)試接口抓包工具一款編譯的軟件,官網(wǎng)下載建議迅雷下載。

今天重裝系統(tǒng),切換到win10作業(yè),記錄下個(gè)人常用的軟件,
1.工具軟件

git :版本管理工具

tortoisegit :git圖形管理工具

tortoisesvn :svn版本管理工具

photoshop :前端切圖必備

animate cc :需要?jiǎng)赢嫷臅r(shí)候用

有道云筆記 :有markdown模式,筆記寫代碼很方便

postman :調(diào)試接口

fiddler :抓包工具

Koala :一款編譯scss,less的軟件,官網(wǎng)下載建議迅雷下載。

chrome瀏覽器 :

常用插件:

AngularJS Batarang

Vue.js devtools

React Developer Tools

Redux DevTools

Wappalyzer

WhatFont

octotree:逛github項(xiàng)目目錄用的

Google Translate

JSON Formatter

Allow-Control-Allow-Origin: *:允許跨域的插件,不支持cookie跨域

掘金

擴(kuò)展程序二維碼(QR碼)生成器(QR Code Generator)

火狐瀏覽器

nodejs

常用全局包

browser-sync

cnpm

create-react-app

create-react-native-app

dva-cli

eslint

exp

http-serveri

jshint

node-gyp

react-native-cli

rimraf

typescript

vue-cli

wepy-cli

windows-build-tools

yarn

2.前端idea

sublime text3 :由于轉(zhuǎn)vscode了,sublime只作簡(jiǎn)單的文本編輯。

插件列表:

Package Control 安裝在 新版sublime text3 不用 ctrl+~ 輸入一段長(zhǎng)長(zhǎng)的命令行了,可以在命令行下輸入pack選擇第一項(xiàng)就行了。

中文漢化插件:ChineseLocalization

IMESupport

A file icon,boxy theme 主題插件

vscode :目前寫代碼的主要idea

常用插件:

Angular 1.x snippets

Auto Rename Tag

AutoFileName

Beautify

Can I Use

Classic ASP

Code Runner

cssrem

Document This

VS Code ES7 React/Redux/React-Native/JS snippets

ESLint

File Header Comment

GitLens

IntelliSense for CSS class names in HTML

jQuery Code Snippets

jQuery Snippets

jshint

minify

npm Intellisense

NPM Scripts

Open HTML in Default Browser

Paste and Indent for Visual Studio Code

Sublime Text Keymap

Vetur

VS Code CSS Comments

VS Color Picker

vscode wxml

vscode-element-helper

Vue 2 Snippets

小程序助手

翻譯(translate to chinese)

設(shè)置

此為第一版,已棄用

// {
//     "sublimeTextKeymap.promptV3Features": true,
//     "editor.multiCursorModifier": "ctrlCmd",
//     "editor.snippetSuggestions": "top",
//     "editor.formatOnPaste": true
// }
{
    "editor.fontSize": 19,
    "cssrem.rootFontSize": 76,
    "files.autoSave": "onFocusChange",
    "files.associations": {
        "*.cshtml": "html"
    },
    "emmet.triggerExpansionOnTab": true,
    "git.enableSmartCommit": true,
    "git.confirmSync": false,
    "git.autofetch": false,
    "terminal.external.windowsExec": "F:SoftwareGitgit-cmd.exe",
    "terminal.integrated.shell.windows": "F:SoftwareGitgit-cmd.exe",
    "editor.wordSeparators": "`~!@#$%^&*()=+[{]}|;:"",.<>/?",
    "sublimeTextKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    // "editor.snippetSuggestions": "top",
    "markdown.preview.fontSize": 16,
    "vs-color-picker.autoLaunch": false,
    "git.path": "F:SoftwareGitingit.exe",
    "editor.formatOnPaste": true
}

更新:

{
    "editor.fontSize": 19,
    "cssrem.rootFontSize": 76,
    "files.autoSave": "onFocusChange",
    "files.associations": {
        "*.cshtml": "html",
        "*.js": "javascript",
        "*.wxml": "wxml",
        "*.wpy": "vue",
        "*.wepy": "vue"
    },
    "emmet.triggerExpansionOnTab": true,
    "git.enableSmartCommit": true,
    "git.confirmSync": false,
    "git.autofetch": false,
    "terminal.external.windowsExec": "D:SoftwareGitgit-cmd.exe",
    "terminal.integrated.shell.windows": "D:SoftwareGitgit-cmd.exe",
    "editor.wordSeparators": "`~!@#$%^&*()=+[{]}|;:"",.<>/?",
    "sublimeTextKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    // "editor.snippetSuggestions": "top",
    "markdown.preview.fontSize": 16,
    "vs-color-picker.autoLaunch": false,
    "git.path": "D:SoftwareGitingit.exe",
    "beautify.config": {
        "brace_style":"collapse,preserve-inline"
    },
    "vetur.format.defaultFormatter.html": "js-beautify-html",
    "eslint.validate": [
       "javascript",
       "javascriptreact",
       "html",
       { "language": "vue", "autoFix": true }
     ],
     "eslint.options": {
        "plugins": ["html"]
    },
    "eslint.autoFixOnSave": true,
    "gitlens.advanced.messages": {
        "suppressCommitHasNoPreviousCommitWarning": false,
        "suppressCommitNotFoundWarning": false,
        "suppressFileNotUnderSourceControlWarning": false,
        "suppressGitVersionWarning": false,
        "suppressLineUncommittedWarning": false,
        "suppressNoRepositoryWarning": false,
        "suppressResultsExplorerNotice": false,
        "suppressShowKeyBindingsNotice": true
    },
    "gitlens.currentLine.enabled": false,
    "editor.quickSuggestions": {
        "strings": true
    },
    "element-helper.version": "2.3",
    "editor.formatOnPaste": true,
    "pasteAndIndent.selectAfter": true,
    "fileHeaderComment.parameter": {
        "*": {
            "commentbegin": "/*",
            "commentprefix": " *",
            "commentend": " */",
            "company": "jingxiu"
        }
    },
    "fileHeaderComment.template": {
        "*": [
            "${commentbegin}",
            "${commentprefix} Created on ${date} ${time}",
            "${commentprefix} Description ",
            "${commentprefix} Copyright (c) ${year} ${company}",
            "${commentend}"
        ]
    }
}
最后:發(fā)現(xiàn)有新的工具或者學(xué)習(xí)新的技能時(shí)會(huì)有補(bǔ)充。歡迎提供更好的工具軟件。

文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請(qǐng)注明本文地址:http://systransis.cn/yun/90403.html

相關(guān)文章

  • 個(gè)人常用軟件-前端

    摘要:今天重裝系統(tǒng),切換到作業(yè),記錄下個(gè)人常用的軟件,工具軟件版本管理工具圖形管理工具版本管理工具前端切圖必備需要?jiǎng)赢嫷臅r(shí)候用有道云筆記有模式,筆記寫代碼很方便調(diào)試接口抓包工具一款編譯的軟件,官網(wǎng)下載建議迅雷下載。 今天重裝系統(tǒng),切換到win10作業(yè),記錄下個(gè)人常用的軟件, 1.工具軟件 git :版本管理工具 tortoisegit :git圖形管理工具 tortoisesvn :...

    vibiu 評(píng)論0 收藏0
  • 個(gè)人常用軟件-前端

    摘要:今天重裝系統(tǒng),切換到作業(yè),記錄下個(gè)人常用的軟件,工具軟件版本管理工具圖形管理工具版本管理工具前端切圖必備需要?jiǎng)赢嫷臅r(shí)候用有道云筆記有模式,筆記寫代碼很方便調(diào)試接口抓包工具一款編譯的軟件,官網(wǎng)下載建議迅雷下載。 今天重裝系統(tǒng),切換到win10作業(yè),記錄下個(gè)人常用的軟件, 1.工具軟件 git :版本管理工具 tortoisegit :git圖形管理工具 tortoisesvn :...

    iKcamp 評(píng)論0 收藏0
  • 2017年1月前端月報(bào)

    摘要:平日學(xué)習(xí)接觸過(guò)的網(wǎng)站積累,以每月的形式發(fā)布。年以前看這個(gè)網(wǎng)址概況在線地址前端開發(fā)群月報(bào)提交原則技術(shù)文章新的為主。 平日學(xué)習(xí)接觸過(guò)的網(wǎng)站積累,以每月的形式發(fā)布。2017年以前看這個(gè)網(wǎng)址:http://www.kancloud.cn/jsfron... 概況 在線地址:http://www.kancloud.cn/jsfront/month/82796 JS前端開發(fā)群月報(bào) 提交原則: 技...

    FuisonDesign 評(píng)論0 收藏0
  • 2017年1月前端月報(bào)

    摘要:平日學(xué)習(xí)接觸過(guò)的網(wǎng)站積累,以每月的形式發(fā)布。年以前看這個(gè)網(wǎng)址概況在線地址前端開發(fā)群月報(bào)提交原則技術(shù)文章新的為主。 平日學(xué)習(xí)接觸過(guò)的網(wǎng)站積累,以每月的形式發(fā)布。2017年以前看這個(gè)網(wǎng)址:http://www.kancloud.cn/jsfron... 概況 在線地址:http://www.kancloud.cn/jsfront/month/82796 JS前端開發(fā)群月報(bào) 提交原則: 技...

    ivyzhang 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

oysun

|高級(jí)講師

TA的文章

閱讀更多
最新活動(dòng)
閱讀需要支付1元查看
<