- Press Ctrl+Shift+X to open the Extensions tab
- Type English word hint to find the extension
- Click the Install button, then the Enable button
- When editing a markdown file and latex file in Code with English word hint installed, any type of English words will trigger a hint of word and give the explanation.
Becase the markdown does not support quick suggestions in default. Therefore, the hint will not appear when type in markdown file. Below configure should be set by user.
"[markdown]": {
"editor.quickSuggestions": true
}
- Open source license of this extension is GPL-3.0
File description:
extension/main.js
extension main script fileshint_data/words.json
hint data json file from Oxford dictionary.