GithubHelp home page GithubHelp logo

qinshuang / ideasettings Goto Github PK

View Code? Open in Web Editor NEW

This project forked from futaosmile/ideasettings

0.0 1.0 0.0 721 KB

个人idea配置同步仓库(mac)

Home Page: https://www.jianshu.com/p/d9d7a14927ea

Java 50.00% ActionScript 50.00%

ideasettings's Introduction

个人idea配置

使用方法:

  1. idea
  2. File | Settings Repository指定远程仓库地址(自己在github或者gitee上新建一个空的git仓库即可)
  3. Overwrite Local or Overwrite Remote

IntelliJ IDEA个人配置(持续更新)

# 主题

image.png

# 字体

  • 推荐DejaVu Sans Mono,这个字体绝对爽翻
  • 第二推荐Courier 或者 Courier New
    • IDEA应用字体

IDEA应用字体 * 代码字体 代码字体 * 预览 image.png

# 常用插件

  • Alibaba Java Coding Guidelines 阿里巴巴编程规范,可以检查自己的java命名规范编程规范以及bug,并会给出相应的解决方案 image.png

image.png

  • Grep Console 对控制台输出的不同级别的日志进行上色,比如info级别是黑色,WARN级别是黄色,ERROR是橙色。不用找日志把眼睛找瞎了。

image.png

  • Kotlin 项目中使用到了Kotlin可以安装
  • Lombok Plugin 简化重复的java代码
  • Translation 翻译

image.png image.png

  • java反编译插件 Java Bytecode Decompiler

image.png

  • before

image.png

  • after

image.png

  • 热加载插件(牛*货) JRebal 代码改动之后无需重启服务,被修改的类会自动重新加载

image.png

  • 滚动条-CodeGlance

image.png

# 重磅(代码模板 类似sout,syso)

  • Editor->General->Postfix Completion

image.png

  • Editor->Live Templates->other

image.png

private static final Logger LOGGER = LoggerFactory.getLogger($CLASS_NAME$.class);

@Test
public void test$VAR$(){
    
}
  • 使用

image.png

image.png

# 通过git同步idea的设置

使用方法:

  1. idea
  2. File | Settings Repository指定远程仓库地址(自己在github或者gitee上新建一个空的git仓库即可)
  3. Overwrite Local or Overwrite Remote

IntelliJ IDEA个人配置(持续更新)

  • 文件头

image.png

  • Rainbow Brackets-彩色括号匹配

image.png

  • Atom File Icons IDEA(图标)

image.png

ideasettings's People

Contributors

futaosmile avatar qinshuang avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.