Hewei Liu

Results 17 comments of Hewei Liu

@huan Thanks for the quick response, but the advantage of wechaty-puppet-xp is that it doesn't need a token. When I'm running the demo and write some js or ts programs,...

There is no settings for HighlightWords. There is better one for configuring colors, regex on/off, case-sensitive on/off, and something else. Better extensibility and flexibility since sublime text can configure for...

@seanliang Yes, I found the 'HighlightWords.sublime-settings' under /User. Thanks. BTW, I think it's better to add another configuration item, named like "match_whole_word" to the settings, which is used for matching...

@Fabianred I think the plugin "HighlightWords" is different from "WordHighlight". I'm using both, "WordHighlight" for replacing system default "ctrl+d" and "alt+f3" because most of my time I only want to...

@waigani Yes. I chose some time today to give it a try for windows support, and submitted a PR finally. It works well on my environment. Hope it could help...

I think so. I tried also, but find some problems, and I checked the code to find that it was not a good code design for maintenance. For debuging Golang,...

@NuriKevenoglu Right, it seems that supporting GDB even debugging is a low priority work for Golang group.

@NuriKevenoglu Sure, I believe that there will be an excellent debugger and GUI-wrapper for GO in the future :) Perhaps after Go 1.4. Thanks for your information about "delve", I'll...

Ideas before can be implemented: 1. gocode is daemon by default. 2. ST doesn't provide the API to get the word separator. Just simple improvement according to gocode command and...