goki / pi

interactive parsing in GoKi / GoGi framework -- makes parsing fun again!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Completion of local vars is adding the method that scopes the var as a possible completion

rohrlich opened this issue · comments

for example
func (sv SomeVar) SomeFunc() {
foo := 45
foo.

"SomeFunc" will be in the completion

Fixed