Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>WiktionaryHelpNew to Visual Studio Code? Get it now.
WiktionaryHelp

WiktionaryHelp

Jacopo Farina

|
23 installs
| (0) | Free
Query a local (wiktionary) dictionary server
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

wiktionaryhelp

This is a VSCode extension that queries an HTTP server showing word definitions when hovering the mouse over a word on Markdown files.

Definitions of the word "mouse" provided by the extension

By default it uses the free and anonymous server at yetanotherdictionary.eu If you prefer you can also set up a local Wiktionary server, and configure the URL in the settings.

The server can be configured with many languages at the same time although the definitions are always in English.

Features

Hovering the mouse over a word will show a popup with its definitions in English. When text is selected then hovering on it will show the definition of the selection instead, useful for substrings or terms composed of multiple tokens.

Requirements

You can use the multilingual server at https://yetanotherdictionary.eu

Otherwise, you need to set up a local Wiktionary server, which is simple as it requires only Python 3 and no further dependencies. You will also need to download the Wiktextract files corresponding to the language (or languages) you are interested to.

Extension Settings

This extension contributes the following settings:

  • wiktionaryhelp.wiktionaryserverURL: The base URL of the wiktionary server API.

Known Issues

None so far, PR and issues are welcome


Roadmap

Things that may be implemented in future versions:

  • meaningful tests
  • more details (synonyms, verb conjugations, etc.)
  • tokenization for languages that don't use spaces
  • an online dictionary server [x]
  • let users take notes on words
  • highlight words not in the dictionary
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft