Bruno Medeiros
Bruno Medeiros
There's a few cases that guru can resolve a definition that godef cannot, so add an option to also use guru for open-definition (the downside is the operation might take...
Highlight source code according to semantic properties, example: -function declaration names -type declaration names -variable names
e.g. "/usr/bin/src" for a "/usr/bin" GOROOT.
This issue is a tracker for issues in other, external projects, that are of interest to Goclipse to be fixed: https://github.com/golang/go/issues/9741 https://github.com/golang/go/issues/10324 - Provide full source range for compiler errors...
Reported by @c410-f3r (I cannot reproduce it though) `mvn clean verify`: ``` Results : Tests in error: CargoManifest_Test.testEffectiveBinaries:51->testEffectiveBinaries$:69->testEffectiveTargets:92->CommonTestUtils.assertAreEqual:60 » AssertFailed Tests run: 31, Failures: 0, Errors: 1, Skipped: 0 ```...
See https://github.com/rust-lang/rust/issues/32777
- Install std-lib sources for IDE code completion and debugging https://github.com/rust-lang/rust/issues/19535 https://github.com/rust-lang/rfcs/pull/1133 - Deterministic filenames for test target executables. https://github.com/rust-lang/cargo/issues/1924 - Compiler error output (JSON output) https://github.com/rust-lang/rust/pull/30711 See also: https://github.com/rust-lang/rust/issues/10492...
See: https://github.com/rust-lang/cargo/pull/2370
See: https://github.com/phildawes/racer/pull/500