DamnWidget / anaconda_go

AnacondaGO adds autocompletion, linting and IDE features for Golang to your Sublime Text 3
GNU General Public License v3.0
37 stars 6 forks source link

Feature Request: Color Highlighting for function names #15

Open sundarv85 opened 7 years ago

sundarv85 commented 7 years ago

Hello,

When I used GoSublime, the function names in the calls were highlighted in a different color when I use for e.g. the color scheme Dracula.

How can I accomplish the same using anacoda_go. Using anaconda_go, I see the function names in the calls are in the plain color.

For e.g.

fmt.Println(var)

The Println is of different color than fmt in GoSublime, while it is same in anaconda_go. Of course it depends on different schemas, but with Dracula scheme, this is the case and it would be good if I can get it working with Dracula scheme

DamnWidget commented 7 years ago

Please, refer to this closed issue https://github.com/DamnWidget/anaconda_go/issues/11