About 1,120,000 results
Open links in new tab
  1. Set language for syntax highlighting in Visual Studio Code

    Find the suitable Syntax package, install it and reload. This will pick up the correct syntax for your files with the predefined extension, i.e. .scala in this case. On top of that you might want VS …

  2. How to change the color of Visual Studio syntax highlighting?

    Feb 1, 2020 · How to change the color of Visual Studio syntax highlighting? Asked 8 years, 3 months ago Modified 1 year, 1 month ago Viewed 23k times

  3. How to copy formatted code to clipboard in VS Code

    Feb 26, 2016 · 50 In Visual Studio Code, is it possible to copy selected code to the clipboard with the syntax highlighting? I want to be able to paste into a Word doc or e-mail. Regular Visual …

  4. Customizing syntax highlighting in Visual Studio Code

    Jul 1, 2016 · I'm currently trying to write an extension for a new file type (ANTLR) and wonder how to change the colors used for syntax highlighting in Visual Studio Code. To me it looks as if …

  5. visual studio code - How to enable C Syntax Highlighting in …

    Sep 22, 2020 · I can't get the C Syntax Highlighting in VSCode to work. I have installed the C/C++ Extension. When I set the language mode of a C-File to C++ everything seems to work fine. …

  6. Visual Studio Code - meaning of syntax highlight colors

    Jul 31, 2018 · 13 I'm looking for a reference as to what each color of syntax highlighting in Visual Studio Code actually means. I'm currently using the dark default theme Dark+. I've gotten …

  7. How do I add syntax coloring for my custom file type to Visual …

    Oct 5, 2023 · In particular, it seems to require C++ instead of C#. We don't need a custom editor, we just need to extend the default text editor with custom syntax highlighting rules. Is there an …

  8. syntax highlighting Visual Studio 2022 in .cshtml files not working

    Mar 20, 2024 · I am using Visual Studio 2022 on my working laptop and the syntax highlighting in .cshtml files does not work which makes it hard to debug the code HTML code usually is …

  9. C# syntax highlighting not working in VS code - Stack Overflow

    Dec 23, 2023 · 2 I'm making a guess here but it seems that the second project falls back to the default syntax highlight instead of using Semantic Highlighting. The difference is that semantic …

  10. visual studio code - C# syntax highlight coloring - Stack Overflow

    6 To achieve what you want, the highlighter needs to "understand" code semantics. Semantic highlighting in VSCode was introduced early this year, and its support for languages are still …