Skip to content

Instantly share code, notes, and snippets.

@synackme
Created April 2, 2014 09:06
Show Gist options
  • Save synackme/9930559 to your computer and use it in GitHub Desktop.
Save synackme/9930559 to your computer and use it in GitHub Desktop.
PyCharm Dash Integration Details

Launches Dash with the word under the caret or the selected text. The default shortcut assigned in the plugin is Mac-Shift-D.

Dash is a Mac OSX utility that can be obtained here.

The plugin will use the documents file type to determine which docset keyword to use in Dash. These associations are customizable in "~/Library/Preferences/%IDE_NAME%/options/options.xml" under the property "DASH_PLUGIN_KEYWORDS" %IDE_NAME% might be "WebIde60", "IdeaIC12" or "AndroidStudioPreview".

Values pairs can be provided in a semi-colon delimited list. The value pair consists of FILE_TYPE=KEYWORD File type names can be found in the IDE settings. Instead of file types file extensions can be used. The file extension has to start with a dot. ex: HTML=html;.xhtml=html | | | Uses Dash keyword "html" for files with .xhtml extension (extensions have priority over file types) Uses Dash keyword "html" for files of type HTML

Initially developed by David Brittain Change Notes 2.2 Compatibility and stability fixes 2.1 Added Ruby syntax support, stability fixes 2.0 Added Dash docset keyword support Vendor Gerard Delmàs https://github.com/gdelmas/IntelliJDashPlugin Version 2.2 Size 6.5 K

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