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

Improved auto-completion : support utf-8 #4

Open
khjde1207 wants to merge 2 commits into
c9:masterfrom
khjde1207:master
Open

Improved auto-completion : support utf-8 #4
khjde1207 wants to merge 2 commits into
c9:masterfrom
khjde1207:master

Conversation

@khjde1207

Copy link
Copy Markdown

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
Copy Markdown
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