Giter Site home page Giter Site logo

brackets-go-ide's People

Contributors

david5i6 avatar zaggino avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

brackets-go-ide's Issues

Autocomplete not working (Mac OS)

Hi,
first of all, I want to thank you for creating this extension. Based on the screenshot, it looks good.

However, for some reason the autocomplete does not work for me. I've read the documentation of gocode several times and rebuild everything a couple of times.

I set the GOPATH and PATH just like the instruction specified and can work on go projects just fine.

From my .profile:
export GOPATH=/Users/jonas/Documents/goDev
export PATH=$PATH:/usr/local/bin:/usr/local/go/bin/:/Users/jonas/Documents/goDev/bin

With go env i get:
...
GOPATH="/Users/jonas/Documents/goDev"
...
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
...

Is there anything you can think of that I may did wrong? Maybe something besides the enviroment variables?
Thanks in advance

bug: gocode gets commands but no autocomplete popup in brackets.

Hi first let me thank you for creating such a nice plugin for brackets :)

I usually use sublimetext with https://github.com/DisposaBoy/GoSublime for golang but this brackets plugin seems very interesting.

Unfortunately I can't get it to run properly under osx mavericks using go 1.4.1. I started brackets via terminal (/Applications/Brackets.app/Contents/MacOS/Brackets) and my $GOPATH is ~/go.

gocode is installed via go get -u github.com/nsf/gocode

I started gocode in debug mode (gocode -s -debug) and see that it gets the content from brackets and shows the right suggestions on the command line. Unfortunately there is no code-completion popping up in brackets.

Am I missing something?

Thx and regards
Bijan

Typo somewhere

There must be a typo somewhere in the code, I keep getting this:

swpl669

hint is shown even in comments and strings...

If you type something in comments (// or /* */) or something in strings (' or "), brackets shows gocode hints which for me do not make sense.

Is there any reason why this occurs. Is it simply a bug?

appengine not working

windows 7
latest brackets
latest go and gcode

i am not sure if this should work with gcode. But here is an example where autocompletion does not work.I type datastore, and get no autocompletion.

q := datastore.NewQuery("Greeting").Ancestor(guestbookKey(c)).Order("-Date").Limit(10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.