IntelliJ IDEA插件php golang python shell docker ignore UML plantuml等插件安装

时间:2024-03-13 18:17:08

IntelliJ IDEA插件php golang python shell docker ignore UML plantuml等插件安装

有的插件,需要代理才能搜索和下载

设置代理 不然插件搜索不到,也可能下载不了
Preferences -->Plugins --> Browse repositorise… --〉HTTP Proxy Settings…
选择 Manual proxy configuration --〉 SOCKS
Host name:10.240.xx.xxx
Port number:20800
点击 OK

安装php插件

Preferences -->Plugins --> Browse repositorise…
搜索 PHP 然后安装

安装key promoter插件(自动提示快捷键)

Preferences -->Plugins --> Browse repositorise…
搜索 key promoter 然后安装

intellij idea go 插件安装

方式一: 由jetbrains官方提供的
Preferences -->Plugins --> Browse repositorise…
搜索 go 然后安装
我没有搜索到github那个,所以用的这个
Go language (golang.org) support plugin 这个插件没有更新了,已经不支持新的idea版本了

官方插件搜索: http://plugins.jetbrains.com/search?correctionAllowed=true&pr=&orderBy=relevance&search=go

方式二:github上的插件,在jetbrains官方插件搜索 下载量排第一的。17及以前的版本支持
http://jingyan.baidu.com/article/f25ef25446109c482c1b821d.html
Preferences–>Plugins 点击
Browse repositories… 在点击 Manage repositories… 点击加号输入
https://plugins.jetbrains.com/plugins/alpha/5047
OK后,在Browse Repositories上面的下拉列表 Repository:All选择刚才输入的插件
点击右边Install plugin安装

https://github.com/go-lang-plugin-org/go-lang-idea-plugin

intellij idea python 插件安装

Preferences -->Plugins 点击
搜索 Python 如果没有 点击 Browse repositories…
搜索 Python 往下滚动条,或点击按下载量和星排序
找到Python插件,安装

intellij idea bash脚本 shell插件安装

Preferences -->Plugins 点击
搜索 BashSupport 如果没有 点击 Browse repositories…
搜索 BashSupport 往下滚动条,或点击按下载量和星排序
找到BashSupport插件,安装

安装 docker 插件

Preferences–>Plugins --> Browse repositorise…
搜索 Docker integration 然后安装

安装 ignore 插件

Preferences–>Plugins --> Browse repositorise…
搜索 ignore 然后安装

安装 UML plantuml画图插件

http://plantuml.com/sequence-diagram#Some_other_notes 学习使用
Preferences -->Plugins --> Browse repositorise…
搜索 plantuml integration 然后安装

Alibaba Java Coding Guidelines

功能:代码扫描和检查。

插件地址:https://plugins.jetbrains.com/plugin/10046-alibaba-java-coding-guidelines

MyBatisX

功能:mybatis xml ,mapper 跳转插件,代码提示。

插件地址:https://plugins.jetbrains.com/plugin/10119-mybatisx

Git Commit Template

功能:规范和统一团队代码提交格式

插件地址:https://plugins.jetbrains.com/plugin/9861-git-commit-template

使用说明:https://blog.csdn.net/qq_20042935/article/details/108167597

GsonFormatPlus

功能:json 转 java bean,用于快速对接外部接口。

插件地址:https://plugins.jetbrains.com/plugin/14949-gsonformatplus

使用说明:https://blog.csdn.net/Blue3Red1/article/details/112726627

Lombok

功能:简化 java 实体模型

插件地址:https://plugins.jetbrains.com/plugin/6317-lombok

使用文档:https://projectlombok.org/features/all

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述