I would like it to auto complete so that this:
select id from customers
becomes this:
SELECT [id] FROM [customers]
Trying to follow a coding standard, and this would save a lot of needless typing.
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.
I don’t believe there is any way to set native IntelliSense to do this. But you might have luck with some of the 3rd party IntelliSense-like products and/or SQL formatters. I’m not going to list them here simply because this answer will outlast some of them (or at least the URLs I would provide). A search engine should lead you to some free solutions as well as trial editions of various paid solutions.