• Login
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.
  • J
    Juan Fe
    last edited by Sep 3, 2024, 3:41 PM

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

    P M A C 4 Replies Last reply Sep 3, 2024, 3:47 PM Reply Quote 0
    • P
      PeterJones @Juan Fe
      last edited by Sep 3, 2024, 3:47 PM

      @Juan-Fe ,

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

      1 Reply Last reply Reply Quote 3
      • M
        mkupper @Juan Fe
        last edited by Sep 3, 2024, 4:13 PM

        @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
        • A
          Alan Kilborn @Juan Fe
          last edited by Sep 3, 2024, 5:15 PM

          @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.

          J 1 Reply Last reply Sep 3, 2024, 5:25 PM Reply Quote 3
          • J
            Juan Fe @Alan Kilborn
            last edited by Sep 3, 2024, 5:25 PM

            @Alan-Kilborn Thanks

            1 Reply Last reply Reply Quote 0
            • C
              Coises @Juan Fe
              last edited by Sep 3, 2024, 6:09 PM

              @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.

              A 1 Reply Last reply Sep 3, 2024, 6:19 PM Reply Quote 3
              • A
                Alan Kilborn @Coises
                last edited by Alan Kilborn Sep 3, 2024, 6:39 PM Sep 3, 2024, 6:19 PM

                @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
                • M
                  Mark Olson
                  last edited by Sep 3, 2024, 7:24 PM

                  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
                  • M Mark Olson referenced this topic on Oct 6, 2024, 8:43 PM
                  6 out of 8
                  • First post
                    6/8
                    Last post
                  The Community of users of the Notepad++ text editor.
                  Powered by NodeBB | Contributors