Intellisense in Go doesn't trigger when no spaces

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
gheorghe
Posts: 3
Joined: Mon May 28, 2012 7:12 pm

Intellisense in Go doesn't trigger when no spaces

Post 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.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
Post Reply