#Need help using an extension in VSCode

1 messages · Page 1 of 1 (latest)

chilly oracle
#

Hi, so I just installed this extension that should format and clean up my html code. Its my first time using VScode (new to comp. sci) and I would be grateful for any help. The extension is called XML Format

wide elk
#

On the extension page, it should explain how to use

If the issue is that you don't know how to open the command palette it's ctrl+shift+p.

If you really can't find how, can you send the link if the extension you installed?

Perhaps this link (https://code.visualstudio.com/docs/introvideos/extend) can help you.

chilly oracle
#

Here I purposefully moved my code around more than it was just to see if the thing is really working

#

after clicking this (I ended up using prettier instead) it isint doing anything

#

I even went into VSCode settings and nothing

wide elk
#

I see. Have you tried selecting some part of your code?

#

Maybe it works by selection?

#

Again, that would be nice if you could send the link to the extension

chilly oracle
chilly oracle
wide elk
#

From what I understand from a quick read is that you need to install additional plugins to support whatever language you want

chilly oracle
#

hmmmm

#

alright

wide elk
#

I don't know if that includes html or not

#

So do a bit of research, read their doc

#

They also seem to recommend you to install prettier locally in your project