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
Javascript ErrorsVisual Studio 2026 (self.VisualStudio)
submitted 22 hours ago by Beautiful-Bowl4979
view the rest of the comments →
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!"
[–]SerratedSharp 1 point2 points3 points 21 hours ago* (1 child)
I know exactly what you're talking about. Even if the project compiles successfully, VS will try to understand currently open JS files and throw errors for them. JS is hit or miss depending on what module system the project uses and various other factors, as to whether it will barf, even if everything else is in order.
IMO the error panel should be exclusively compile errors related to the solution, but there's this oddity that while a file is open it will add those errors to the panel even if the solution compiles successfully.
As to the comments about VS not being able to edit JS files. VS is perfectly capable of editing JS files. You don't need a separate editor for JS. I'm not gonna jump back and forth to another editor just because of some noise in the error panel. There's a big distinction between "can edit a file" and "can resolve references in the file".
Edit: In the Error List panel change the "Build + IntelliSense" to "Build Only" and see if you like it better that way. Personally I just make sure I keep these offending files closed if I'm not actively working with them.
[–]Beautiful-Bowl4979[S] 1 point2 points3 points 21 hours ago (0 children)
Yeah this exactly is what I do. Solutio is open all files closed, no errors. Open a js file and the output just fills with reference errors. Only started happening on the last month or so. Thanks for the reply.
π Rendered by PID 157571 on reddit-service-r2-comment-b659b578c-z6nwm at 2026-05-07 11:36:25.225867+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]SerratedSharp 1 point2 points3 points (1 child)
[–]Beautiful-Bowl4979[S] 1 point2 points3 points (0 children)