srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Context menu #193

Closed amezin closed 8 years ago

amezin commented 8 years ago
  1. Not only disable, but also hide disabled "go to" commands for non-python syntax
  2. Also, disable and hide documentation commands for non-python syntax
  3. Add "go to" and documentation commands to context menu
amezin commented 8 years ago

@srusskih Ping. I've renamed VisibleInPythonCodeOnly -> PythonCommandMixin, maybe you didn't notice.