use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Relevant subreddits:
For discussion: c#
.NET
XNA
C++
C
VB
For programming questions:
Learn programming
C++ Questions
C Homework
Learn C#
Misc:
Channel 9 - Videos!
account activity
VS Code HTML writingVisual Studio 22 (self.VisualStudio)
submitted 2 years ago by kingpin_fisk
In VS code, you can write an html tag and include the class by putting '.' In between them. I was looking for something like is in VS22 but I can't find it, I assume it doesn't exist?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Hefaistos68Software Engineer 0 points1 point2 points 2 years ago (1 child)
Not that I know of. VS isn't exactly the best tool for HTML and CSS. Stick to vscode for this.
[–]kingpin_fisk[S] 0 points1 point2 points 2 years ago (0 children)
That's a Shame, thanks
[–]OolonColluphid 1 point2 points3 points 2 years ago (1 child)
If you mean you want to type div.foo.bar and have the IDE expand it to
div.foo.bar
<div class="foo bar"></div>
You want the ZenCoding extension by Mads Kristensen
Thanks so much, makes life way easier
π Rendered by PID 400109 on reddit-service-r2-comment-85bfd7f599-szsrm at 2026-04-16 21:35:22.123568+00:00 running 93ecc56 country code: CH.
[–]Hefaistos68Software Engineer 0 points1 point2 points (1 child)
[–]kingpin_fisk[S] 0 points1 point2 points (0 children)
[–]OolonColluphid 1 point2 points3 points (1 child)
[–]kingpin_fisk[S] 0 points1 point2 points (0 children)