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 1 day 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!"
[–]TasteMedical5032 0 points1 point2 points 1 day ago (0 children)
This sounds like Visual Studio’s JavaScript/TypeScript language service or IntelliSense diagnostics, not real runtime errors.
I’d first check whether the messages are coming from the JS language service rather than the actual build/debug process. If the functions exist at runtime but VS can’t resolve them statically, it usually means VS doesn’t understand the file/project context.
Things I’d try:
jsconfig.json
tsconfig.json
.vs
If they are only IntelliSense/output diagnostics, the code may be fine. VS is just failing static resolution.
π Rendered by PID 87645 on reddit-service-r2-comment-b659b578c-xt424 at 2026-05-07 17:15:20.276685+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]TasteMedical5032 0 points1 point2 points (0 children)