About 51 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 Code to treat …

  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, 5 months ago Modified 1 year, 3 months ago Viewed 23k times

  3. 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 that is not …

  4. 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 limited. …

  5. 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 Studio does …

  6. Visual Studio Code syntax highlighting not working

    Nov 5, 2023 · I am using Visual Studio Code (VSC) as my IDE. My computer just updated to Catalina 10.15.2 (19C57) and since the update, VSCode is no longer highlighting syntax errors. The …

  7. 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 highlighted …

  8. 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 used to …

  9. How can I get VS's python syntax highlighting in VS code?

    Jul 25, 2017 · I ran into the same issue and some VS Code themes are not supporting syntax highlighting atleast for me. I tried with Ruby and Python and the theme I was using was Dark (Visual …

  10. visual studio code - Vscode python highlighting (Pylance) not working ...

    Jan 16, 2024 · I'm encountering a peculiar issue with VSCode's Python syntax highlighting. I use remote ssh to access these workspace. It works fine in some workspaces but fails in others. In the attached …