DEV Community

Cover image for Visual Studio Code Extensions You Might Not Know

Visual Studio Code Extensions You Might Not Know

Chris Dixon on May 21, 2020

Visual Studio Code has exploded in popularity over the last few years. By default, it has lots of features, but we can also download extensions to ...
Collapse
 
pvcodes profile image
Pranjal Verma

Hey guys, I have been working on my very first APIs project and in that project I'm making a "QUIZ APP", where from an API. I have been taking 10 question and giving them multiple choices and at end they will be getting scored. I'm using NODE.JS, EXPRESS, REQUEST, EJS for the app.

The problem comes here when i get a string from API. I change it to an object using JSON.parse() and sending it to EJS files and then displayed. but when their are symbols in question like ", ' , and more they are displayed as &139; , " like that.

                      HOW DO I FIX THAT.
Collapse
 
chrisdixon161 profile image
Chris Dixon

Hey, not sure what this has to do with this blog post.
Please consider asking questions somewhere relevant such as stack overflow.

Collapse
 
roalz profile image
Roal Zanazzi

It may be better to change the title to "Visual Studio Code Extensions ..."
Visual Studio and Visual Studio Code are 2 different products.

Collapse
 
chrisdixon161 profile image
Chris Dixon

Ah good point, just an oversight from my end. I did do the tag as "visualstudiocode"but changed the title now. Thanks for the input!

Collapse
 
honeycomb profile image
Haja S. Childs

Great article! I definitely use some of the top picks and some popular ones. Now I have more good ones to check out. Also, MongoDB just got added to the list I believe. Thanks!

Collapse
 
natterstefan profile image
Stefan Natter 🇦🇹👨🏻‍💻

Thank you, Chris. Very helpful list - didn't know all of them. THX!

Collapse
 
chrisdixon161 profile image
Chris Dixon

Thanks Stefan!

Collapse
 
francescoxx profile image
Francesco Ciulla

Thank you Chris, I will check some of them! :)

Collapse
 
chrisdixon161 profile image
Chris Dixon

Thanks Francesco!

Collapse
 
heikokanzler profile image
Heiko Kanzler 🇪🇺

Some real cool gems, thank you.

Collapse
 
chrisdixon161 profile image
Chris Dixon

Thank you!