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.
|
feedback
|
|
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 | ||||
|
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. | |||
|
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 | |||
|
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. | ||||
|
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. | |||
|
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:
| ||||
|
feedback
|
ado-modethat I discussed in an earlier response. – chl Aug 3 '11 at 8:52