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.
Intellisense in Go doesn't trigger when no spaces
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
The full installer for the new beta is found here: http://www.zeusedit.com/download.html
Cheers Jussi