Skip to content

Instantly share code, notes, and snippets.

View carbin-gun's full-sized avatar
🤔

charles.deng carbin-gun

🤔
View GitHub Profile
{
// you may set specific environment variables here
// e.g "env": { "PATH": "$HOME/go/bin:$PATH" }
// in values, $PATH and ${PATH} are replaced with
// the corresponding environment(PATH) variable, if it exists.
"env": {"GOPATH": "$HOME/Code/go", "PATH": "$GOPATH/bin:$PATH" },
"fmt_cmd": ["goimports"],
@carbin-gun
carbin-gun / goto-sublime
Created March 28, 2018 06:53 — forked from kendellfab/goto-sublime
Add mouse click `goto definition` in sublime text 3.
Linux - create "Default (Linux).sublime-mousemap" in ~/.config/sublime-text-3/Packages/User
Mac - create "Default (OSX).sublime-mousemap" in ~/Library/Application Support/Sublime Text 3/Packages/User
Win - create "Default (Windows).sublime-mousemap" in %appdata%\Sublime Text 3\Packages\User
[
{
"button": "button1",
"count": 1,
"modifiers": ["ctrl"],
"press_command": "drag_select",
@carbin-gun
carbin-gun / idea.log
Created May 27, 2016 18:16
intellij idea log and thread dump
2016-05-27 20:19:40,277 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2016-05-27 20:19:40,280 [ 3] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-145.972.3, 14 May 2016 00:00)
2016-05-27 20:19:40,280 [ 3] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.11.5, x86_64)
2016-05-27 20:19:40,280 [ 3] INFO - #com.intellij.idea.Main - JRE: 1.8.0_76-release-b162 (JetBrains s.r.o)
2016-05-27 20:19:40,280 [ 3] INFO - #com.intellij.idea.Main - JVM: 25.76-b162 (OpenJDK 64-Bit Server VM)
2016-05-27 20:19:40,286 [ 9] INFO - #com.intellij.idea.Main - JVM Args: -Dfile.encoding=UTF-8 -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Xverify:none -Xbootclasspath/a:../lib/boot.ja