portable sublime Go IDE

My portable sublime located at C:\oldhorse\portableapps\SublimeText3. solution1 – batch job to handle build and run This is my small script, no any plugin needed for simply test Go code. First part is rungo.bat, handle build and run two steps. C:\oldhorse\portableapps\SublimeText3\Data\Packages\User\rungo.bat then call it from go.sublime-build at C:\oldhorse\portableapps\SublimeText3\Data\Packages\User You can choice …

portable LiteIDE Go setup

Assume you use portable Go on windows, then it is for you – how to setup portable LieIDE Go. portable Go you can download Go zip go1.x.x.windows-amd64.zip, extract go folder to portable folder for example C:\oldhorse\portableapps. GOPATH in LiteIDE LiteIDE->View->Manage GOPATH unclick "Use System GOPATH" click "Use Custom GOPATH", add …

portable scite go IDE

Scite Scite is most lightweight editor and portable by nature, it is my favorite quick note and code for long time, only 3MB. Here is show you how to use scite as lightweight Go IDE. scite + go dark theme You can download from my github and quick replaces your …

Sublime Text 3 IDE setup

Highlight: Sublime Text 3 already build in support 48 types of language syntax highlight, auto-complete etc Sublime Text 3 only provides few build package for compiling/running Here providing user defined build packages for most popularly languages and scripts: C/C++/Java/Go/Objc/Ruby/Lua/HTML/JavaScript/JQuery/bash it is portable ST3 IDE on windows Language build is pre-zipped …