klesun / deep-js-completion

A Webstorm/IDEA plugin for js object property completion inferred from a complex context
MIT License
11 stars 0 forks source link

need a better color #14

Closed bluelovers closed 5 years ago

bluelovers commented 5 years ago

color is too dark and maybe [Symbol.iterator] should not in first one

image

klesun commented 5 years ago

Thanks for the suggestion. The greyed out options are a so-so prototype property suggestion, that are likely to be wrong, so they are grey on purpose, but I can make them a bit brighter. The [Symbol.iterator] suggestion on your screenshot seems to come from IDEA itself, not from my plugin, but I'll take a look if I'm the reason of it's ordering.

klesun commented 5 years ago

wowoww, wait, is it typescript or flow on your screenshot? Sorry, my bad, the plugin is supposed to only run on vanilla js, I'll stop it from making suggestions in the statically typed js flavours.

klesun commented 5 years ago

Changed the greyed option color from 128,128,128 to 150,150,150: (will be deployed in few days) image

The [Symbol.iterator] issue should have been fixed in 2019.05.08.001 which was published by jetbrains few hours ago.

klesun commented 5 years ago

For history, there is now an option to enable plugin in typescript back: File -> Settings ->Languages & Frameworks -> JavaScript -> deep-js-completion

image