• Login
Community
  • Login

Best Plugins

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
3 Posts 2 Posters 413 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, 6:25 PM

    What are the best plugins for general and c++ development?

    I am new to notepad++ and programming

    P 1 Reply Last reply Sep 3, 2024, 6:44 PM Reply Quote 0
    • P
      PeterJones @Juan Fe
      last edited by PeterJones Sep 3, 2024, 6:47 PM Sep 3, 2024, 6:44 PM

      I don’t know of any plugins that do anything specific to improve the C++ experience.

      QuickText or one of the other snippets programs plugins for doing snippets of code to speed up coding.

      EditorConfig if you like having some file types indented with tabs and others with spaces (for example, using spaces in most source files, but using tabs in your makefile).

      And NppExec is great for doing a “build-then-run” sequence, which I think would be quite useful for C++ (you can search the forum for my posts that include NppExec and gcc for an example of how to set up such a build system.

      As a word of advice: this forum will work better for you if you ask specific, meaningful questions about how to use Notepad++ for a specific task (no, “coding c++” is not a specific enough task); and this isn’t the right place to ask general coding questions (“how do I do XXXX in C++?” is off topic in this forum). Your first two questions in the forum have been way too open ended (and you are giving off AI/bot-generated vibes, which doesn’t bode well for you, since moderators can ban accounts that even seem to be spewing AI nonsense.)

      J 1 Reply Last reply Sep 3, 2024, 6:45 PM Reply Quote 1
      • J
        Juan Fe @PeterJones
        last edited by Sep 3, 2024, 6:45 PM

        @PeterJones said in Best Plugins:

        I don’t know of any plugins that do anything specific to improve the C++ experience.

        QuickText or one of the other snippets programs for doing snippets of code to speed up coding.

        EditorConfig if you like having some file types indented with tabs and others with spaces (for example, using spaces in most source files, but using tabs in your makefile).

        And NppExec is great for doing a “build-then-run” sequence, which I think would be quite useful for C++ (you can search the forum for my posts that include NppExec and gcc for an example of how to set up such a build system.

        As a word of advice: this forum will work better for you if you ask specific, meaningful questions about how to use Notepad++ for a specific task (no, “coding c++” is not a specific enough task); and this isn’t the right place to ask general coding questions (“how do I do XXXX in C++?” is off topic in this forum). Your first two questions in the forum have been way too open ended (and you are giving off AI/bot-generated vibes, which doesn’t bode well for you, since moderators can ban accounts that even seem to be spewing AI nonsense.)

        Thanks, im new in this forum

        1 Reply Last reply Reply Quote 0
        2 out of 3
        • First post
          2/3
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors