Have you ever make a spelling mistakes while typing inside the markdown files or bored of typing long words in vs code.
Here is a quick tip for you there is an extension called Dictionary completion
which helps to give the quick suggestions of the related keywords we are typing.
Once you installed open your settings in vs code and add the below code in your workspace settings.
{
"[markdown]": {
"editor.quickSuggestions": true
}
}
Hope you enjoyed happy coding.
Top comments (5)
I thought about it just today, thank you.
Useful Information! I was looking for such extension for long time to have little help writing articles!
how to add our custom word to the dictionary (if available) like when typing spo..will be suggested spongebob
Woa!!
vscodethemes.com