JetBrains / ruby-type-inference

Dynamic definitions and types provider for ruby static analysis
Apache License 2.0
137 stars 7 forks source link

Add configurable to manage per-gem data to intellij plugin #2

Closed valich closed 6 years ago

valich commented 6 years ago

The data collected might require removal due to different reasons (corrupted code, obsolete gem versions, etc) or even simple visual inspection.

One needs to create a configurable with an ability to:

  1. See the installed/collected gem data
  2. Clear data for particular/all gems
  3. Manage the setting for collecting the local data
  4. Manage the setting for sharing the data per gem

    This point arises from the scenario of internal gem usage.

valich commented 6 years ago

The current version

screen shot 2017-09-16 at 07 10 58