About 50 results
Open links in new tab
  1. JavaScript in Visual Studio Code

    The JavaScript references CodeLens displays an inline count of reference for classes, methods, properties, and exported objects: To enable the …

  2. Working with JavaScript - Visual Studio Code

    In addition to objects, methods, and properties, the JavaScript IntelliSense window also provides basic word completion for the symbols in your file. …

  3. VS Code API | Visual Studio Code Extension API

    VS Code API is a set of JavaScript APIs that you can invoke in your Visual Studio Code extension. This page lists all VS Code APIs available to extension …

  4. Commands | Visual Studio Code Extension API

    To find available commands: Browse the keyboard shortcuts Look through VS Code's built-in advanced commands api Command URIs Commands URIs …

  5. JavaScript extensions for VS Code

    Learn more about installing and integrating JavaScript and Node.js extensions in the Visual Studio Code editor.

  6. Code Navigation - Visual Studio Code

    Visual Studio Code is a first class editor - but it's also so much more with features such as IntelliSense and smart code navigation.

  7. TypeScript in Visual Studio Code

    TypeScript in Visual Studio Code TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It offers classes, modules, and interfaces …

  8. Tutorial: Get started with Visual Studio Code

    This tutorial gives you an overview of the key features of Visual Studio Code to help you get started quickly.

  9. Emmet in Visual Studio Code

    For example, if you are editing a JavaScript React file, you will get Emmet suggestions not only when writing markup but also while writing JavaScript. …

  10. Performance Profiling JavaScript - Visual Studio Code

    Performance Profiling JavaScript Visual Studio Code supports collecting and viewing performance profiles for JavaScript programs. To get started, you'll …