gdelmas / IntelliJDashPlugin

A smart and simple plugin that provides keyboard shortcut access for Dash, Velocity or Zeal in IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm and Android Studio.
MIT License
1.09k stars 73 forks source link

Add matplotlib keyword for Python #67

Closed a-d-p closed 7 years ago

a-d-p commented 7 years ago

Hi, thanks a lot for this plugin. I have one question. Is possible to define in which docs to search similarly like in SublimeText plugin (e.g. 'python':'python3,numpy,scipy,matplotlib')?

gdelmas commented 7 years ago

hi @a-d-p,

the keywords are hardcoded into the plugin. if the addition of keywords makes sense for all users, i can add them. as far as i remember there is also some mechanic in dash that matches docsets with the correct language.

the current python keywords are here: https://github.com/gdelmas/IntelliJDashPlugin/blob/402f2c8399b15d5a6ae9311b24bc19c61c374d04/src/de/dreamlab/dash/KeywordLookup.java#L64

a-d-p commented 7 years ago

Hi. Thanks a lot for the answer. Personally, I miss search in matplotlib for python.