3

Is it possible to get the same level of syntax highlighting in Visual Studio 2008, that SQL Server Management Studio has? This is regarding T-SQL.

For example SSMS has separate highlighting options for operands, system functions etc, while Visual Studio 2008 only seems to have one 'keyword' for T-SQL.

1
  • As far as I can tell, this has been left out of VS 2008 - hopefully someone can say otherwise! Commented Feb 5, 2009 at 17:38

3 Answers 3

1

Not sure if this is what you're looking for but someone did come up with an app that will take your VS color settings and convert them over to ones that will work in SQL Server Management Studio. You can find the post about it here.

Sign up to request clarification or add additional context in comments.

Comments

1

See this: related question

To get a better level of control you will have to write an addin and a parser, both of which are very tricky.

VS 2010 will have MEF and WPF which means that writing addins which change the visuals will be significantly simpler.

If you are looking for a simpler framework to write this kind of stuff in VS 2008 have a look at DXCore.

Comments

0

I use SQL 2008 and VS 2008 DB Pro edition. And what I often do is writing SQL in SSMS and copy & paste to VS.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.