Page 1 of 1

Intellisense in Go doesn't trigger when no spaces

Posted: Thu May 31, 2012 8:36 pm
by gheorghe
Code snippet:



package main

import (
"fmt"
"math"
)

func main() {
x := 2.0*math.Abs(2.0)
fmt.Printf("%v\n", x)
}

In the code above, intellisense doesn't trigger after math. However, the code compiles and runs just fine.

Posted: Fri Jun 01, 2012 2:00 am
by jussij
I can confirm that this is a bug :(

There should be a fix for it shortly.

Thank you for posting this bug report.

Cheers Jussi

Posted: Fri Jun 01, 2012 5:02 am
by jussij
This bug has been fixed in the latest Zeus release.

The full installer for the new beta is found here: http://www.zeusedit.com/download.html

Cheers Jussi