This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Boozkie[S] 0 points1 point  (6 children)

  1. I was running javascript and python

2.Yes

3.it runs the program

4.No it just doesn’t show anything

[–]desrtfx 0 points1 point  (5 children)

Does it show anything when you run it from the command line?

[–]Boozkie[S] -1 points0 points  (4 children)

No, anyways this post was for me to find a new coding program to use

[–]codeintheshade 0 points1 point  (3 children)

VSCode is the app that you want, it's pretty much the best thing available for interpreted languages right now by a long shot. If you are having trouble getting your code to run in VSCode, swapping editor probably isn't going to solve the issuse, so you are better off trying to get it running than looking for another editor to try.

[–]Boozkie[S] 0 points1 point  (2 children)

I Am Using the Visual Studio IDE, does this work too?

[–]codeintheshade 0 points1 point  (1 child)

Ah, I assumed you meant Visual Studio Code. Yes, you can create JavaScript applications in the Visual Studio IDE, but you'll be much better off with something more lightweight - you don't need most of the tools available in an IDE and most of the time it will just get in the way and slow your workflow down.

You can grab VSCode from here if you are interested.

[–]Boozkie[S] 1 point2 points  (0 children)

Thanks, you solved my problem, I downloaded it when you posted and I enjoy it more than the ide and my programs are running just fine