I get used of R-studio for R, which have some features like guess what function you are try to type by pressing TAB. But I can't find any IDE for STATA, is there one for STATA? Thanks.

link|improve this question

71% accept rate
There are basic editing facilities provided by Emacs and the ado-mode that I discussed in an earlier response. – chl Aug 3 '11 at 8:52
feedback

6 Answers

up vote 3 down vote accepted

There is no full-blown IDE for Stata. The question comes up pretty often at Stata User Group meetings, and Stata Corp. developers always say that they work in text editors. See http://fmwww.bc.edu/repec/bocode/t/texteditors.html -- there's plentiful customization for syntax highlighting in every major text editor, but that's as far as you would get, I am afraid.

HTH, StasK

P.S. Now that I thought about it a bit more, it is possible to send your code from a text editor into Stata. There are some hints to that in the document I linked to, and it floated up on statalist a bunch of times. I just was not paying close enough attention, as I simply do myfile whenever I make major changes.

link|improve this answer
feedback

It seems that EditPlus has a code completion file for STATA. I have never used this program but this seems to be what you are looking for.

Edit: Did a quick search and found this post, http://enoriver.net/index.php/2008/09/10/edit-stata-do-files-with-notepad-2/ It seems that you can setup Notepad++ (FREE!) to run with STATA quite well, might be worth looking into.

link|improve this answer
feedback

If you are working on a Windows platform, Notepad++ is not a bad choice at all. I'm quite happy about it. It's a versatile, easy-to-use and rather light editor.

On the following page you will find some instructions to integrate Notepad++ and Stata

http://code.google.com/p/kk-adofiles/

I have never used it, but as it seems, it is possible to set up auto-completion:

http://code.google.com/p/notepad-stats-integration/wiki/Instructions

link|improve this answer
feedback

The Guide to Integrating Stata with text editors is a wealth of information here. Still just a text editor, but better than nothing.

http://huebler.blogspot.com/2008/04/stata.html

I've used UltraEdit and jEdit and SciTE with Stata. UE code highlighting was the most consistent, but it's non-free.

link|improve this answer
feedback

Sublime Text 2 with the TextMate Stata bundle is quite good. I find myself regularly typing the same commands over and over in Stata, so Sublime Text 2's autocompletion provides fairly decent coverage, although it only suggests things you've already typed.

link|improve this answer
feedback

You can use Sublime Text to highlight Stata code. I'm not sure how to run code from Sublime in Stata using ctrl+d.

For highlighting follow this:

  1. Download: Stata-tab.tmbundle.zip from: http://bylr.net/3/2010/10/stata-bundle-for-textmate/

  2. Then at command line type:

    mv stata.tmLanguage /Users/kathrynvasilaky/Library/Application Support/Sublime Text 2/Packages
    
  3. Then go to sublime text, open a do file, and at the bottom right hand corner on the extensions tab

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.