Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. General purpose Text editor or IDE

General purpose Text editor or IDE

Scheduled Pinned Locked Moved The Lounge
visual-studiocsharpwpfdebuggingperformance
40 Posts 30 Posters 0 Views 1 Watching
  • 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.
  • R Offline
    R Offline
    Rama Krishna Vavilala
    wrote on last edited by
    #1

    What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

    J OriginalGriffO L S D 25 Replies Last reply
    0
    • R Rama Krishna Vavilala

      What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

      J Offline
      J Offline
      Jacquers
      wrote on last edited by
      #2

      Visual Studio 2010. I would miss the intellisense, debugging and edit and continue too much to move to a text editor.

      L B 2 Replies Last reply
      0
      • R Rama Krishna Vavilala

        What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        I use Notepad++ for my HTML/CSS/JavaScript editing.

        Blogging about Qt Creator

        1 Reply Last reply
        0
        • R Rama Krishna Vavilala

          What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

          OriginalGriffO Offline
          OriginalGriffO Offline
          OriginalGriff
          wrote on last edited by
          #4

          Mostly, I use VS: Intellisense saves so much time and prevents so many spelling mistakes. However, for the heavy stuff, I also keep PSPad on standby...Column select/insert, Regex find and replace, that sort of thing. 99% can easily be done in VS though.

          Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."

          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
          "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

          J 1 Reply Last reply
          0
          • R Rama Krishna Vavilala

            What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

            S Offline
            S Offline
            Slacker007
            wrote on last edited by
            #5

            VS2010 and Ultra Edit.

            -- ** You don't hire a handyman to build a house, you hire a carpenter. ** Jack of all trades and master of none.

            1 Reply Last reply
            0
            • R Rama Krishna Vavilala

              What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

              D Offline
              D Offline
              Dan Neely
              wrote on last edited by
              #6

              99% Visual Studio, 1% Textpad (more because I know the insanities of it's regex engine well than for column editing actually).

              3x12=36 2x12=24 1x12=12 0x12=18

              1 Reply Last reply
              0
              • R Rama Krishna Vavilala

                What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                N Offline
                N Offline
                Nagy Vilmos
                wrote on last edited by
                #7

                notepad++ does it for e everytime


                Panic, Chaos, Destruction. My work here is done. or "Drink. Get drunk. Fall over." - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre Have a bit more patience with newbies. Of course some of them act dumb -- they're often *students*, for heaven's sake. -- (Terry Pratchett, alt.fan.pratchett)

                1 Reply Last reply
                0
                • R Rama Krishna Vavilala

                  What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                  R Offline
                  R Offline
                  R Giskard Reventlov
                  wrote on last edited by
                  #8

                  VS 2010 for pretty much everything now with the very excellent NotePad++ in reserve.

                  "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me

                  1 Reply Last reply
                  0
                  • R Rama Krishna Vavilala

                    What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                    R Offline
                    R Offline
                    Rage
                    wrote on last edited by
                    #9

                    vim? scite ?

                    1 Reply Last reply
                    0
                    • R Rama Krishna Vavilala

                      What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                      P Offline
                      P Offline
                      Peter Mulholland
                      wrote on last edited by
                      #10

                      Rama Krishna Vavilala wrote:

                      such as editing columns

                      have you tried holding down the alt key why moving the mouse to select columns/areas or is this not what you mean?

                      Pete

                      R 1 Reply Last reply
                      0
                      • R Rama Krishna Vavilala

                        What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                        M Offline
                        M Offline
                        musefan
                        wrote on last edited by
                        #11

                        99.9% VS 2010, 0.01% HexEdit (for when I need a geek rush!)

                        I may or may not be responsible for my own actions

                        1 Reply Last reply
                        0
                        • P Peter Mulholland

                          Rama Krishna Vavilala wrote:

                          such as editing columns

                          have you tried holding down the alt key why moving the mouse to select columns/areas or is this not what you mean?

                          Pete

                          R Offline
                          R Offline
                          Rama Krishna Vavilala
                          wrote on last edited by
                          #12

                          That's column selection. Some editors allow you to insert and append columns.

                          G 1 Reply Last reply
                          0
                          • R Rama Krishna Vavilala

                            What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                            N Offline
                            N Offline
                            Nemanja Trifunovic
                            wrote on last edited by
                            #13

                            vim, or (for smaller C# projects) VS + VsVim.

                            Rama Krishna Vavilala wrote:

                            But the single most feature which I found that a general purpose text editor lacks is Intellisense.

                            In fact, most text editors do offer Intellisense for most popular programming languages, although generally not as good as the one provided by VS. What I really like in VS is code browsing - ctags is just too easy to get confused. On another hand, I don't have VS solutions at work, so VS is useless in this regard; I only use it for debugging.

                            utf8-cpp

                            R 1 Reply Last reply
                            0
                            • N Nemanja Trifunovic

                              vim, or (for smaller C# projects) VS + VsVim.

                              Rama Krishna Vavilala wrote:

                              But the single most feature which I found that a general purpose text editor lacks is Intellisense.

                              In fact, most text editors do offer Intellisense for most popular programming languages, although generally not as good as the one provided by VS. What I really like in VS is code browsing - ctags is just too easy to get confused. On another hand, I don't have VS solutions at work, so VS is useless in this regard; I only use it for debugging.

                              utf8-cpp

                              R Offline
                              R Offline
                              Rama Krishna Vavilala
                              wrote on last edited by
                              #14

                              Nemanja Trifunovic wrote:

                              I don't have VS solutions at work,

                              Really? What do you use then plan msbuild or make files?

                              N 1 Reply Last reply
                              0
                              • R Rama Krishna Vavilala

                                What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                                P Offline
                                P Offline
                                PIEBALDconsult
                                wrote on last edited by
                                #15

                                For my own code, I mostly use Edit and only use VS when I design a WinForm. At work I have to use VS, but I use Edit to write little console apps to test things. Notepad is no good for code, but I use it for XML and HTML.

                                1 Reply Last reply
                                0
                                • R Rama Krishna Vavilala

                                  What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                                  D Offline
                                  D Offline
                                  David Crow
                                  wrote on last edited by
                                  #16

                                  Write it on paper, then use an OCR to scan it in. That way your handwriting stays intact.

                                  "One man's wage rise is another man's price increase." - Harold Wilson

                                  "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                                  "Some people are making such thorough preparation for rainy days that they aren't enjoying today's sunshine." - William Feather

                                  G E 2 Replies Last reply
                                  0
                                  • R Rama Krishna Vavilala

                                    Nemanja Trifunovic wrote:

                                    I don't have VS solutions at work,

                                    Really? What do you use then plan msbuild or make files?

                                    N Offline
                                    N Offline
                                    Nemanja Trifunovic
                                    wrote on last edited by
                                    #17

                                    Rama Krishna Vavilala wrote:

                                    What do you use then plan msbuild or make files?

                                    An in-house build system, similar to Razzle[^].

                                    utf8-cpp

                                    1 Reply Last reply
                                    0
                                    • R Rama Krishna Vavilala

                                      What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                                      B Offline
                                      B Offline
                                      Bassam Abdul Baki
                                      wrote on last edited by
                                      #18

                                      UltraEdit above all else.

                                      Web - BM - RSS - Math - LinkedIn

                                      J 1 Reply Last reply
                                      0
                                      • R Rama Krishna Vavilala

                                        What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                                        M Offline
                                        M Offline
                                        Mike Hankey
                                        wrote on last edited by
                                        #19

                                        I rely heavily on Intellisense as my memory get worse and my mind wanders. (Wanders what the hell I'm doing) :)

                                        "Life can only be understood backwards, but it must be lived forward." Kierkegaard, Søren

                                        1 Reply Last reply
                                        0
                                        • R Rama Krishna Vavilala

                                          What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                                          W Offline
                                          W Offline
                                          wizardzz
                                          wrote on last edited by
                                          #20

                                          VS, for text I use edit pad lite, it is the only thing I have found that can open 1.5G+ log files.

                                          Craigslist Troll: litaly@comcast.net "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups