国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

個人常用的軟件-前端

iKcamp / 3016人閱讀

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

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

git :版本管理工具

tortoisegit :git圖形管理工具

tortoisesvn :svn版本管理工具

photoshop :前端切圖必備

animate cc :需要動畫的時候用

有道云筆記 :有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項目目錄用的

Google Translate

JSON Formatter

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

掘金

擴展程序二維碼(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只作簡單的文本編輯。

插件列表:

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

中文漢化插件:ChineseLocalization

IMESupport

A file iconboxy 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)有新的工具或者學習新的技能時會有補充。歡迎提供更好的工具軟件。

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

轉(zhuǎn)載請注明本文地址:http://m.specialneedsforspecialkids.com/yun/112922.html

相關(guān)文章

  • 個人常用軟件-前端

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

    vibiu 評論0 收藏0
  • 個人常用軟件-前端

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

    oysun 評論0 收藏0
  • 2017年1月前端月報

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

    FuisonDesign 評論0 收藏0
  • 2017年1月前端月報

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

    ivyzhang 評論0 收藏0

發(fā)表評論

0條評論

iKcamp

|高級講師

TA的文章

閱讀更多
最新活動
閱讀需要支付1元查看
<