Questions tagged [goclipse]

GoClipse is an Eclipse plugin that adds IDE functionality to the Eclipse platform for the Go programming language. The purpose of GoClipse is to create an environment in which development of Go is easy for a beginner to intermediate user.

GoClipse is an Eclipse plugin that adds IDE functionality to the Eclipse platform for the Go programming language. The purpose of GoClipse is to create an environment in which development of Go is easy for a beginner to intermediate user.

More Details

45 questions
0
votes
1 answer

How do I make a breakpoint in Eclipse Neon using GoClipse?

I have a GoClipse project in Eclipse Neon that I am attempting to debug. On my work computer I am able to create a new breakpoint by clicking on the left side of the code window, but on my home computer this is not working. Is there somthing that…
antman1p
  • 514
  • 2
  • 11
  • 25
0
votes
2 answers

Configure Eclipse as Go IDE

I've decided to use Eclipse (with the goClipse plugin) as my editor for go projects. I already had go installed and (before choosing Eclipse) I had designated c:\go-workspace as my workspace. I now want to configure Eclipse to use that workspace as…
Steve Murphy
  • 431
  • 2
  • 7
  • 17
0
votes
1 answer

GoClipse Installation Error

I can not install GoClipse on Eclipse Mars.2 Release (4.5.2) This is the error message: Cannot complete the install because one or more required items could not be found. Software being installed: GoClipse 0.16.1.v201607061938…
0
votes
1 answer

How to enable code folding for goclipse?

Does anyone know how to enable code folding on goclipse? The check box under General->Editors->Structured Editors-> Enable folding is already checked I am using Eclipse Neon 4.6.0 and goclipse 0.16.1v201607061938.
Tiago Lopo
  • 7,619
  • 1
  • 30
  • 51
0
votes
1 answer

How install older Goclipse version? Cannot install Goclipse 16.1 on Eclipse 4.5.2 (Mars.2)

-Is there a way to install an older version of Goclipse, compatible with my Eclipse 4.5.2? -Or, is there a way I can manually install the missing dependencies (see below)? I am using Eclipse 4.5.2 (Mars.2). When trying to install Goclipse, I only…
HannesM
  • 55
  • 1
  • 11
0
votes
0 answers

Windows GoClipse Error

I tried to configure GoClipse for windows but I get this error when I made a Hello World program: "Executable file (C:\Projects\Go\bin\HelloWorld.exe) doesnt exist." I have GOROOT set to C:\Go and GOPATH set to C:\Projects\Go; I have also installed…
Matt D.
  • 1
  • 2
  • 1
0
votes
1 answer

Wrong configuration of Goclipse in Eclipse

Everytime, when I try to run my Hello-world-program, I get an error message from Eclipse saying "Resource doesnt have a corresponding Go package." There is already a post about the same error message, but the provided solutions didn't help me. The…
KJaeg
  • 698
  • 3
  • 7
  • 23
0
votes
1 answer

goclipse go binary location on ubuntu

I'm using Go 1.2.1 on Ubuntu 14.04, installed through the package manager. Output of go…
mloudon
  • 183
  • 1
  • 4
0
votes
0 answers

Enabling breakpoints in goclipse

I'm trying to get debugging of go programs working in eclipse Luna with goclipse v0.11.0 on OS-X 10.9.5. I am using GNU gdb (GDB) 7.9.1 from brew, and go1.4.2. I successfully installed and code-signed gdb using instructions…
abligh
  • 24,573
  • 4
  • 47
  • 84
0
votes
0 answers

Can't step over when using GoClipse

This is a duplicate question from How to debug Go programs using GoClipse?, however that thread only answered one of the two questions posed by the poster. When I debug my program with GoClipse, the "step over" command is functioning exactly the…
ledhed2222
  • 675
  • 6
  • 11
0
votes
2 answers

Can't add an image to html template in Go

First of all, I created an HTML file using Notepad ++ with this code: …
Murilo
  • 4,453
  • 5
  • 19
  • 28
0
votes
1 answer

Git repo not showing in workspace folder

Creating a default project in goclipse creates a folder structure with bin, src, and package. I remove the src folder and do a git pull from my remote bare repo and rename it to src. I then delete the project from goclipse and recreate it hoping…
kwolfe
  • 1,663
  • 3
  • 17
  • 27
0
votes
1 answer

I could not debug using goclipse plugin, windows environment

I could not debug using goclipse plugin, it was asking about gdb debugger then I downloaded the binary ver. 7.6 but now it is giving me "Source Not found".. As suggest from many posts, I tried to build the program before going to start debugging but…
Muhammad Soliman
  • 21,644
  • 6
  • 109
  • 75
0
votes
1 answer

Do goclipse goarch settings matter?

I downloaded and installed the go1.1.2.windows-amd64.msi from the Go distribution page and set it up on eclipse with the goclipse plugin. The baffling thing is that in the goclipse settings, the GOARCH settings don't seem to matter. I can start a…
Manny Kayy
  • 33
  • 1
  • 6
-4
votes
1 answer

Is there a way to enable autocomplete in eclipse for programming Go

I am programming in go using eclipse and I want to enable autocomplete, but I didn't find a way to do this. I use Windows 64-bit.
Murilo
  • 4,453
  • 5
  • 19
  • 28
1 2
3
Jill Smith