Is there a way to take C# code from Visual Studio and have it display with code highlighting?
When I copy and paste it makes each line a bullet point and it looks terrible.
Is there "Code Text Box" or something that someone has made?
|
Is there a way to take C# code from Visual Studio and have it display with code highlighting? When I copy and paste it makes each line a bullet point and it looks terrible. Is there "Code Text Box" or something that someone has made?
| |||
|
feedback
|
|
You are almost there ;-)
Now you should see your code with syntax highlighting. To remove the bullet points, mark the text you want to change, go to the formating options and click on the "list" button. That should remove the bullet point for every marked line. edit: forgot about the source. Found it here at Stackoverflow ;-) | |||||||||
feedback
|