zoukankan      html  css  js  c++  java
  • webstorm 使用及破解

    • 破解
    # 此host配合 http://idea.lanyus.com/ 注册码,实现破解 jetbrains
    0.0.0.0 account.jetbrains.com
    0.0.0.0 www.jetbrains.com
    
    快捷键 功能
    alt + 单击 多行编辑:选中多个焦点,方便同时编辑
    command + R 批量替换(文本块替换:先选中文本块,再按 command+R )
    command + L 跳到指定行
    command + option + L 格式化代码
    command + shift + up(down) 上下移动行
    • node 代码提示:
      Preferences | Languages & Frameworks | Node.js and NPM | 选中:Coding assistance for Node.js

    • 文本折行:
      preferences = editor = general = soft wraps = 选中 use soft wraps in editor

    • 设置模板
      Preferences – Editor – File and Code Templates

    • 修改terminal的背景和文字大小
      Preferences – Editor – Colors & Fonts - Console Colors(Console Font)

    • 使用 zsh 终端:/bin/bash 改为 /bin/zsh

  • 相关阅读:
    第四次作业
    第三次作业
    第二次作业。
    国庆作业。
    实验2-4
    实验2-3
    实验2-2
    实验2-1
    实验1-3
    实验 1-1
  • 原文地址:https://www.cnblogs.com/cag2050/p/6904758.html
Copyright © 2011-2022 走看看