General purpose Text editor or IDE
-
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]
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)
-
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]
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
-
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]
-
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]
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
-
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]
-
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
That's column selection. Some editors allow you to insert and append columns.
-
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]
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.
-
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.
Nemanja Trifunovic wrote:
I don't have VS solutions at work,
Really? What do you use then plan msbuild or make files?
-
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]
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.
-
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]
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
-
Nemanja Trifunovic wrote:
I don't have VS solutions at work,
Really? What do you use then plan msbuild or make files?
-
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]
-
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]
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
-
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]
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
-
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]
-
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]
Visual Studio, Eclipse and very occasionally Notepad++
"The computer industry is the only industry that is more fashion-driven than women's fashion. Maybe I'm an idiot, but I have no idea what anyone is talking about. What is it? It's complete gibberish. It's insane. When is this idiocy going to stop?" -- Oracle CEO Larry Ellison
-
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]
-
That's column selection. Some editors allow you to insert and append columns.
That's been available in Visual Studio since at least VS2003.
Software Zen:
delete this;
-
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
Plus you've got the copier down the hall for easy backups.
Software Zen:
delete this;
-
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
I prefer to use edlin