Community
    • Login

    Notepad++ VS VSCode

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    8 Posts 6 Posters 6.3k Views
    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.
    • Juan FeJ
      Juan Fe
      last edited by

      I’m new in programming, what text editor you recommend me vscode or notepad++

      PeterJonesP mkupperM Alan KilbornA CoisesC 4 Replies Last reply Reply Quote 0
      • PeterJonesP
        PeterJones @Juan Fe
        last edited by

        @Juan-Fe ,

        This is a Notepad++ forum. That should rather tell you what the answer should be.

        1 Reply Last reply Reply Quote 3
        • mkupperM
          mkupper @Juan Fe
          last edited by

          @Juan-Fe said in Notepad++ VS VSCode:

          I’m new in programming, what text editor you recommend me vscode or notepad++

          If you are learning from a class or book then follow whatever that source uses. That way you can focus on learning the material being presented rather than learning both that material plus vscode and/or notepad++.

          1 Reply Last reply Reply Quote 3
          • Alan KilbornA
            Alan Kilborn @Juan Fe
            last edited by

            @Juan-Fe

            I’d say if you are a total noob, go with VSCode. You won’t notice what you’re missing. If you go far with things, you will probably stop liking VSCode – that’s the time to give Notepad++ a look.

            Juan FeJ 1 Reply Last reply Reply Quote 3
            • Juan FeJ
              Juan Fe @Alan Kilborn
              last edited by

              @Alan-Kilborn Thanks

              1 Reply Last reply Reply Quote 0
              • CoisesC
                Coises @Juan Fe
                last edited by

                @Juan-Fe said in Notepad++ VS VSCode:

                I’m new in programming, what text editor you recommend me vscode or notepad++

                To write the code itself? Use whatever is part of the IDE (Integrated Development Environment) you will be using.

                If you are not planning to use an IDE — why not? As a newcomer you will find it much easier. So, for example, if you’re learning C++ on Windows, use Visual Studio (not VS Code).

                If you mean you want to edit text files that are used by the programs you’re writing, as opposed to the programs themselves, then, personally, I think Notepad++ is superior as a general-purpose text editor.

                Alan KilbornA 1 Reply Last reply Reply Quote 3
                • Alan KilbornA
                  Alan Kilborn @Coises
                  last edited by Alan Kilborn

                  @Coises said in Notepad++ VS VSCode:

                  If you are not planning to use an IDE — why not?

                  As @mkupper said, I think it depends upon the source of the learning. A lot of time simple C++ tutorials use g++ to build, and they aren’t concerned with teaching you how to edit your textual source code. A huge behemoth like Visual Studio…I think a noob can get lost in there (unless the coaching they are receiving uses that).

                  1 Reply Last reply Reply Quote 4
                  • Mark OlsonM
                    Mark Olson
                    last edited by

                    To expand on Notepad++ (NPP) vs. VSCode as a general text editor, I tend to prefer VSCode for “find/replace in files” operations (it is much faster), but NPP has a more feature-rich regex engine, so there are many kinds of find/replace operations that are a lot easier in NPP. The macro system and ability to mark search results are also big time savers in NPP.

                    1 Reply Last reply Reply Quote 4
                    • Mark OlsonM Mark Olson referenced this topic on
                    • First post
                      Last post
                    The Community of users of the Notepad++ text editor.
                    Powered by NodeBB | Contributors