About 2,300,000 results
Open links in new tab
  1. visual studio code - Matching exact string or word in VSCode

    Sep 30, 2020 · I'm trying to search for specific word strings or text in VSCode by using double quotes. I trying to find for example occurrences of "Video" without seeing "video library" occurrences. Any suggestions? ctrl-f. Turn on case sensitivity. You see in the screesnshot it matches exactly 'video' keyword.

  2. Visual Studio Code tips and tricks

    Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts.

  3. Visual Studio Code: Secrets of Regular Expression Search

    Sep 16, 2023 · To Activate Regular Expression search we have to click on the .* button on the search bar as shown in the below image. .: Matches any single character except a new line. *: Matches zero or more...

  4. microsoft/vscode-samples: VS Code Samples - GitHub

    These examples use gulp. If you don't already have this installed globally then you can install with the following command: Next, cd into the sample directory, run npm install to install any necessary dependencies, and then start code: JavaScript. code . TypeScript. code .

  5. template-string-replace - Visual Studio Marketplace

    Jul 5, 2023 · For example, extracting a certain word from a string and replacing it with a constant, while converting the string to a template string (enclosed in backticks). I need to extract the myServiceName mentioned in the above code and encapsulate it as a constant.

  6. What's The Best Way To Write Multi-Line Code Snippets In VS-Code?

    Have you found a better solution to creating multiple lines without using a string for each line with comma? You can check out this video for a quick short tutorial. https://youtu.be/g1ouTcFxQSU. Go to File --> Preferences --> User Snippets. Select your preferred language. "Create for loop":{ "prefix": "for", "body":[ "for(int i = 0; i < 10; i++)",

  7. Snippets in Visual Studio Code

    VS Code has built-in snippets for a number of languages such as: JavaScript, TypeScript, Markdown, and PHP. You can see the available snippets for a language by running the Insert Snippet command in the Command Palette to get a list of …

  8. How to Use the VS Code Search and Replace Feature (with Examples)

    One of the many features that Visual Studio Code offers is search and replace, which allows you to quickly find and replace text in a document. This guide will show you how to use the search and replace feature in Visual Studio Code.

  9. chop-dbhi/vscode-multiline-string-editor - GitHub

    Edit multiline strings that need to be encoded as single-line strings (for example, JSON strings that contain literal `\n` characters) in Visual Studio Code.

  10. String Manipulation - Visual Studio Marketplace

    Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter. This extension provides string manipulation commands for any selected text as well as multiple selections. To use these commands, press ⌘+p and enter any of the commands above while text is selected in your editor.

  11. Some results have been removed
Refresh