DEV Community

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

Posted on

29 8

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.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

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

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video