Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Improved auto-completion : support utf-8 #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

khjde1207
Copy link

support utf-8
Even if there are Hangul or Chinese characters, the automatic completion function works.
example :

package main

import (
"fmt"
)

func main() {
fmt.Println("aaaa")
//한글테스트 아아아아아아아아아
//真的
fmt.
}

support utf-8
support utf-8
Even if there are Hangul or Chinese characters, the automatic completion function works.
example :

package main

import (
	"fmt"
)

func main() {
	fmt.Println("aaaa")
	//한글테스트    아아아아아아아아아
	//真的
     fmt.
}
@khjde1207
Copy link
Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant