Skip to content

Instantly share code, notes, and snippets.

@chrissie1
Created May 9, 2014 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrissie1/8947b36943ca403ffc55 to your computer and use it in GitHub Desktop.
Save chrissie1/8947b36943ca403ffc55 to your computer and use it in GitHub Desktop.
I have an enum
enum class ShowQuantityAs
{
None
Numeric
Words
}
I use it like this
ShowQuantityAs.Nume -> if I do Tab at this point to do autocompletion I get
ShowQuantityAs.org.humanizer.jvm.ShowQuantityAs.Numeric
instead of the desired
ShowQuantityAs.Numeric
@hhariri
Copy link

hhariri commented May 9, 2014

Ah. That looks like issue of plugin. What version is it? Can you log a bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment