Dictionary
📔 Sublime Text plugin that shows detailed definitions of words
Details
Installs
- Total 2K
- Win 1K
- Mac 517
- Linux 398
| Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 3 | 1 | 0 | 0 | 1 | 2 | 2 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 2 | 2 | 2 | 0 | 0 | 1 | 1 | 1 | 2 | 0 | 1 | 1 | 0 | 1 | 2 | 1 |
| Mac | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 2 | 0 | 0 | 0 | 1 | 3 | 2 | 0 | 1 | 2 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
📔 Dictionary
Dictionary is a convenient Sublime Text plugin that shows detailed definitions of words, including phonetics, parts-of-speech, definitions, and examples.
🎬 Demonstration

💻 Installation
The easiest way to install Dictionary is through Package Control. After it is enabled inside Sublime Text, open the command palette and find Package Control: Install Package and press ENTER. Then, find Dictionary in the list. Press ENTER again, and this plugin is installed!
📈 Usage
The plugin includes the command dictionary_define, which can be run in the command palette as Dictionary: Define.
To see the definition of a word:
- Click on or select that word
- Run the
Dictionary: Definecommand in the command palette or run the command with custom keybindings (see below) - Read and/or copy the definition on the popup
âš™ Customization
The Dictionary plugin is fully customizable.
🔧 Preferences
There are several settings in Dictionary.sublime-settings that you can change to make Dictionary work as you want. The file can be accessed via the Preferences: Dictionary command in the command palette.
Hover mode
When hover_mode is set to true in settings, definitions of text under mouse will be shown on hover without having to run a command.
Hover mode can also be toggled via the Dictionary: Toggle Hover Mode (dictionary_toggle_hover_mode) command in the command palette.
Number of definitions
The num_definitions setting configures the maximum number of definitions to display. Set it to null (the default value) to see all available definitions. Set it to 0 to see only the word and phonetic pronunciation.
⌨ Keybindings
Custom keybindings can be created for the commands.
- Run the
Preferences: Dictionary Key Bindingscommand in the command palette. - Add your keybindings!
Below is an example of the keybinding file:
[
{
"keys": ["ctrl+alt+d"],
"command": "dictionary_define"
}
]
Acknowledgment
This plugin is made possible by the Free Dictionary API, which is used for the definitions.