From e7069383061d6b0d04ce5ae687bf1470b67c45de Mon Sep 17 00:00:00 2001 From: Newnius Date: Tue, 12 Dec 2017 15:10:01 +0800 Subject: [PATCH] add Idea Go support, privoxy, virtualbox --- IDEs/IntelliJ.md | 20 ++++++++++++++++++++ apt/install.sh | 4 +++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/IDEs/IntelliJ.md b/IDEs/IntelliJ.md index 0fe9641..bfb63f7 100644 --- a/IDEs/IntelliJ.md +++ b/IDEs/IntelliJ.md @@ -5,6 +5,26 @@ ## Go + - Open `File` -> `Settings` -> `Plugins` -> `Browse Repositories` -> `Manage repositories...` -> `Add` + + - Paste `https://plugins.jetbrains.com/plugins/alpha/5047` + + - Press `OK` + + - Press `reload` + + - Search `GO` + + - Install plugin `GO` + +#### Higher version not supported ? +[Not able to install go lang plugin on intellij 2017.2 community edition](https://github.com/go-lang-plugin-org/go-lang-idea-plugin/issues/2897) + +#### Add GOPATH + + - Open `File` -> `Settings` -> `Languages & Frameworks` -> `GO` -> `Go Libraries` -> `Project Libraries` + + - Add project root directory ## Python diff --git a/apt/install.sh b/apt/install.sh index b26b1e1..6b71edc 100755 --- a/apt/install.sh +++ b/apt/install.sh @@ -2,6 +2,8 @@ sudo apt update && sudo apt install -y \ vim \ + tree \ httpie \ keepass2 \ - thunderbird + thunderbird \ + privoxy