-
- Plugin version (or commit hash):
- IDE name and version:
- Java version:
- OS name and version:
Gogland (1.0 Preview) 1.0 EAP
Build #GO-163.10615.6, built on December 23, 2016
Gogland EAP Use…
-
- Plugin version (or commit hash): 0.11.1203
- IDE name and version: IDEA community 2016.1 (Build #IC-145.258)
- Java version: java version "1.8.0_20"
- OS name and version: MacOSX 10.11
- What are y…
-
- Plugin version (or commit hash):
0.12.1799
- IDE name and version:
clion 2016.2
- Java version:
not sure
- OS name and version:
mac caption
- What are you trying to do?
func foo(a,b *int32…
-
- Plugin version : 0.13.1924
- IDE name and version: IntelliJ IDEA 2016.3.3
- Build #IC-163.11103.6, built on January 16, 2017
- JRE: 1.8.0_112-release-408-b6 x86_64
- JVM: OpenJDK 64-Bit Server V…
-
com/intellij/execution/JavaRunConfigurationExtensionManager
java.lang.NoClassDefFoundError: com/intellij/execution/JavaRunConfigurationExtensionManager
at uk.co.itmoore.intellisubsteps.executio…
-
- Plugin version (or commit hash): 0.171.1931
- IDE name and version: IntelliJ IDEA Ultimate 2017.1
- Java version: JDK8
- OS name and version: Win10
- What are you trying to do?
1. Writing: `h…
ybbus updated
7 years ago
-
Sync error: Remote dir \x\x\x\x\x\x\x\x might not exist or you don't have permission on this path!
But my root path is /x/x/x/x/x/x/x/x, somehow it's converting the path to Windows format instead uni…
-
Given the following example:
``` go
type (
MyInterface interface {
Demo()
}
myStruct struct {}
myStruct2 struct{}
)
func (ms *myStruct) Demo() {}
func (ms2 myStruct2) Demo…
-
Golang offers templates in form of html and text.
It would be nice to investigate the capabilities of the templating system and see how we can add some support for it. I'm thinking of highlighting, g…
-
Some graphs take a disproportionately long time to render to images.
Sorry I haven't had time to investigate this further yet .... but here's some stuff...
I noticed that there is some really od…