DEV Community

Cover image for Quick tip for vs code users.
Sai gowtham
Sai gowtham

Posted on

Quick tip for vs code users.

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.

vscode auto complete

Once you installed open your settings in vs code and add the below code in your workspace settings.

{
    "[markdown]": {
        "editor.quickSuggestions": true
    }
}
Enter fullscreen mode Exit fullscreen mode

Hope you enjoyed happy coding.

Top comments (5)

Collapse
 
yassinebridi profile image
Yassine Bridi

I thought about it just today, thank you.

Collapse
 
bauripalash profile image
Palash Bauri πŸ‘»

Useful Information! I was looking for such extension for long time to have little help writing articles!

Collapse
 
rionalab profile image
rionalab

how to add our custom word to the dictionary (if available) like when typing spo..will be suggested spongebob

Collapse
 
matthewobisnar profile image
Matthew Bisnar

Woa!!

Collapse
 
baltz profile image
baltz

vscodethemes.com