ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Visual Studio Code (free and open source)

    IT Discussion
    7
    27
    2.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      I've had it on Linux for a while 🙂

      1 Reply Last reply Reply Quote 1
      • dafyreD
        dafyre
        last edited by dafyre

        It does work well, and the Powershell integration is nice. I'm slowly switching over to Code from ISE.

        It does suffer from commands that don't work in ISE also don't work in the Code environment... things like ReadKey and such.

        1 Reply Last reply Reply Quote 1
        • stacksofplatesS
          stacksofplates
          last edited by

          Is it any better than Atom? I pretty much have just settled on that.

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @stacksofplates
            last edited by

            @stacksofplates said in Visio Studio Code (free and open source):

            Is it any better than Atom? I pretty much have just settled on that.

            Different. It's heavily, but just a little. I've settled on Atom as well. They are extremely similar in a lot of ways, both built on JS, too!

            stacksofplatesS 1 Reply Last reply Reply Quote 1
            • stacksofplatesS
              stacksofplates @scottalanmiller
              last edited by

              @scottalanmiller said in Visio Studio Code (free and open source):

              @stacksofplates said in Visio Studio Code (free and open source):

              Is it any better than Atom? I pretty much have just settled on that.

              Different. It's heavily, but just a little. I've settled on Atom as well. They are extremely similar in a lot of ways, both built on JS, too!

              Ya Electron is awesome.

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • KellyK
                Kelly
                last edited by

                Ok, this thing is awesome. Thanks @Tim_G. We're looking at moving some people from macOS to Windows/Linux, and having Sublime, Vim, and Python support in one package is pretty sweet.

                1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @stacksofplates
                  last edited by

                  @stacksofplates said in Visio Studio Code (free and open source):

                  @scottalanmiller said in Visio Studio Code (free and open source):

                  @stacksofplates said in Visio Studio Code (free and open source):

                  Is it any better than Atom? I pretty much have just settled on that.

                  Different. It's heavily, but just a little. I've settled on Atom as well. They are extremely similar in a lot of ways, both built on JS, too!

                  Ya Electron is awesome.

                  It really is.

                  1 Reply Last reply Reply Quote 0
                  • AdamFA
                    AdamF
                    last edited by

                    I've been using Brackets on both my Macbook and my Windows box. How does Atom and VS Code compare? Worth switching?

                    scottalanmillerS stacksofplatesS 2 Replies Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @AdamF
                      last edited by

                      @fuznutz04 said in Visual Studio Code (free and open source):

                      I've been using Brackets on both my Macbook and my Windows box. How does Atom and VS Code compare? Worth switching?

                      Haven't used Brackets, so can't say.

                      1 Reply Last reply Reply Quote 0
                      • dafyreD
                        dafyre
                        last edited by

                        Is there any way to have Atom launch Powershell in an external window?

                        I've found several that will use the built-in "terminal" but that simply does not work for what I need.

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @dafyre
                          last edited by

                          @dafyre said in Visual Studio Code (free and open source):

                          Is there any way to have Atom launch Powershell in an external window?

                          I've found several that will use the built-in "terminal" but that simply does not work for what I need.

                          No idea. Why do you want to do that? What's the use case?

                          dafyreD 1 Reply Last reply Reply Quote 0
                          • stacksofplatesS
                            stacksofplates @AdamF
                            last edited by

                            @fuznutz04 said in Visual Studio Code (free and open source):

                            I've been using Brackets on both my Macbook and my Windows box. How does Atom and VS Code compare? Worth switching?

                            I didn't think Brackets did anything except for HTML/CSS/JS. Atom and VS Code do many other languages.

                            dafyreD AdamFA 2 Replies Last reply Reply Quote 2
                            • dafyreD
                              dafyre @scottalanmiller
                              last edited by dafyre

                              @scottalanmiller said in Visual Studio Code (free and open source):

                              @dafyre said in Visual Studio Code (free and open source):

                              Is there any way to have Atom launch Powershell in an external window?

                              I've found several that will use the built-in "terminal" but that simply does not work for what I need.

                              No idea. Why do you want to do that? What's the use case?

                              Because I can't use it to debug the script properly. I have a script that requires interaction (it shows a menu, waits on the user to make choices, etc).... The Atom powershell interpreter does not actually stop to read input from the user.

                              Edit: I did find a package that works though... it's called run-in-terminal.

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • dafyreD
                                dafyre @stacksofplates
                                last edited by

                                @stacksofplates said in Visual Studio Code (free and open source):

                                @fuznutz04 said in Visual Studio Code (free and open source):

                                I've been using Brackets on both my Macbook and my Windows box. How does Atom and VS Code compare? Worth switching?

                                I didn't think Brackets did anything except for HTML/CSS/JS. Atom and VS Code do many other languages.

                                Brackets does really well with HTML, CSS, JS, and markdown, in my experience.

                                1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @dafyre
                                  last edited by

                                  @dafyre said in Visual Studio Code (free and open source):

                                  @scottalanmiller said in Visual Studio Code (free and open source):

                                  @dafyre said in Visual Studio Code (free and open source):

                                  Is there any way to have Atom launch Powershell in an external window?

                                  I've found several that will use the built-in "terminal" but that simply does not work for what I need.

                                  No idea. Why do you want to do that? What's the use case?

                                  Because I can't use it to debug the script properly. I have a script that requires interaction (it shows a menu, waits on the user to make choices, etc).... The Atom powershell interpreter does not actually stop to read input from the user.

                                  Edit: I did find a package that works though... it's called run-in-terminal.

                                  But I can do all of that stuff without this tool, that's where I'm confused.

                                  dafyreD 1 Reply Last reply Reply Quote 0
                                  • AdamFA
                                    AdamF @stacksofplates
                                    last edited by

                                    @stacksofplates said in Visual Studio Code (free and open source):

                                    @fuznutz04 said in Visual Studio Code (free and open source):

                                    I've been using Brackets on both my Macbook and my Windows box. How does Atom and VS Code compare? Worth switching?

                                    I didn't think Brackets did anything except for HTML/CSS/JS. Atom and VS Code do many other languages.

                                    Good to know! Just started using Brackets a little bit ago for writing bash scripts. I'll give Atom a go.

                                    1 Reply Last reply Reply Quote 0
                                    • dafyreD
                                      dafyre @scottalanmiller
                                      last edited by

                                      @scottalanmiller said in Visual Studio Code (free and open source):

                                      @dafyre said in Visual Studio Code (free and open source):

                                      @scottalanmiller said in Visual Studio Code (free and open source):

                                      @dafyre said in Visual Studio Code (free and open source):

                                      Is there any way to have Atom launch Powershell in an external window?

                                      I've found several that will use the built-in "terminal" but that simply does not work for what I need.

                                      No idea. Why do you want to do that? What's the use case?

                                      Because I can't use it to debug the script properly. I have a script that requires interaction (it shows a menu, waits on the user to make choices, etc).... The Atom powershell interpreter does not actually stop to read input from the user.

                                      Edit: I did find a package that works though... it's called run-in-terminal.

                                      But I can do all of that stuff without this tool, that's where I'm confused.

                                      I can too. I'm just lazy. I like being able to hit a button F5, for instance, and have my script run in a new window, without me needing to keep another Powershell window open all the time to just run the script.

                                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @dafyre
                                        last edited by

                                        @dafyre said in Visual Studio Code (free and open source):

                                        @scottalanmiller said in Visual Studio Code (free and open source):

                                        @dafyre said in Visual Studio Code (free and open source):

                                        @scottalanmiller said in Visual Studio Code (free and open source):

                                        @dafyre said in Visual Studio Code (free and open source):

                                        Is there any way to have Atom launch Powershell in an external window?

                                        I've found several that will use the built-in "terminal" but that simply does not work for what I need.

                                        No idea. Why do you want to do that? What's the use case?

                                        Because I can't use it to debug the script properly. I have a script that requires interaction (it shows a menu, waits on the user to make choices, etc).... The Atom powershell interpreter does not actually stop to read input from the user.

                                        Edit: I did find a package that works though... it's called run-in-terminal.

                                        But I can do all of that stuff without this tool, that's where I'm confused.

                                        I can too. I'm just lazy. I like being able to hit a button F5, for instance, and have my script run in a new window, without me needing to keep another Powershell window open all the time to just run the script.

                                        I like to just keep a window open and "up arrow" and hit enter to run something.

                                        dafyreD 1 Reply Last reply Reply Quote 0
                                        • dafyreD
                                          dafyre @scottalanmiller
                                          last edited by dafyre

                                          @scottalanmiller said in Visual Studio Code (free and open source):

                                          @dafyre said in Visual Studio Code (free and open source):

                                          @scottalanmiller said in Visual Studio Code (free and open source):

                                          @dafyre said in Visual Studio Code (free and open source):

                                          @scottalanmiller said in Visual Studio Code (free and open source):

                                          @dafyre said in Visual Studio Code (free and open source):

                                          Is there any way to have Atom launch Powershell in an external window?

                                          I've found several that will use the built-in "terminal" but that simply does not work for what I need.

                                          No idea. Why do you want to do that? What's the use case?

                                          Because I can't use it to debug the script properly. I have a script that requires interaction (it shows a menu, waits on the user to make choices, etc).... The Atom powershell interpreter does not actually stop to read input from the user.

                                          Edit: I did find a package that works though... it's called run-in-terminal.

                                          But I can do all of that stuff without this tool, that's where I'm confused.

                                          I can too. I'm just lazy. I like being able to hit a button F5, for instance, and have my script run in a new window, without me needing to keep another Powershell window open all the time to just run the script.

                                          I like to just keep a window open and "up arrow" and hit enter to run something.

                                          Then I have to remember to save the file before alt tabbing over to the other window, often lost in a sea of other windows, lol...
                                          http://i.imgur.com/k3RRYtNm.jpg

                                          Remember to hit CTRL+S, and then ALT TAB and find the right window... or hit F5 and have it done for me...

                                          Edit: This is Windows, using Dexpot for the Expose type feature.

                                          1 Reply Last reply Reply Quote 0
                                          • StrongBadS
                                            StrongBad
                                            last edited by

                                            Atom is very nice. I have my GIT integrated into it to make things that much simpler.

                                            scottalanmillerS dafyreD 2 Replies Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post