I am used to R-studio for R, which has some features such as guessing what function you are trying to type, by pressing TAB .
However, I can’t find any integrated development environments (IDE) for Stata.
Is there one?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no full-blown IDE for Stata. The question comes up pretty often at Stata User Group meetings, and StataCorp 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 myfilewhenever I make major changes.P.P.S. (Aug 2016) I use WinEdt, and it has a Stata mod that can send do-files to execute in Stata. Still, that’s no IDE in the sense that you don’t see objects, variables, macros, etc.