10 results found
-
Formatting Python in VS Code
Formatting Python in VS Code Formatting makes source code easier to read by human beings. By enforcing particular rules and conventions such as line spacing, indents, and spacing around operators, the code becomes more visually organized and comprehensible. You can view an example on the autopep8 page. Keep in mind, formatting doesn't affect the functionality of the code itself. Linting helps ...
-
Glob Patterns Reference - Visual Studio Code
Visual Studio Code glob patterns referenceGlob Patterns Reference Visual Studio Code uses glob patterns in many components. Examples include setting file and folder includes/excludes in features such as Search, hiding files from the File Explorer or marking them readonly, and setting up programming language-specific file associations. Glob pattern syntax VS Code supports the following glob ...
-
Python in Visual Studio Code
The Python extension then provides shortcuts to run Python code using the currently selected interpreter (Python: Select Interpreter in the Command Palette). To run the active Python file, click the Run Python File play button in the top-right side of the editor. You can also run individual lines or a selection of code with the Python: Run Selection/Line in Python Terminal command (Shift+Enter ...
-
Edit Jupyter notebooks with AI in VS Code
Learn how to use GitHub Copilot in Visual Studio Code to edit Jupyter notebooks with AI.
-
Manage Jupyter Kernels in VS Code - Visual Studio Code
Descriptions of kernel selection options and tutorials on managing different types of kernels when working with Jupyter Notebooks in Visual Studio Code.
-
Running Python code in Visual Studio Code
Running Python Code in Visual Studio CodeRunning Python code in Visual Studio Code Whether you are experimenting with smaller lines of Python code in the REPL or ready to run a Python script, the Python extension offers multiple ways to run your code. Interactively running Python code The Python interpreter that is installed on your machine gives you what's known as an interactive REPL (Read ...
-
Visual Studio Code tips and tricks
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. Make sure to explore the other in-depth topics in Getting Started and the User Guide to learn more. If you're just ...
-
Python settings reference - Visual Studio Code
Python Language Server settings Pylance Language Server The language server settings apply when python.languageServer is Pylance or Default. If you have difficulties with the language server, see Troubleshooting in the language server repository.
-
Visual Studio Code on Windows
Tip If you don't yet have a Copilot subscription, you can use Copilot for free by signing up for the Copilot Free plan and get a monthly limit of completions and chat interactions.
-
GitHub Copilot in VS Code cheat sheet
GitHub Copilot in VS Code cheat sheet GitHub Copilot in Visual Studio Code provides AI-powered features to help you write code faster and with less effort. This cheat sheet provides a quick overview of the features for GitHub Copilot in Visual Studio Code.