CodeSquire.ai Docs
  • Overview
  • Quickstart
    • Visual Studio Code
    • Google Colab
    • Jupyter Lab
    • BigQuery
    • Jupyter Notebook/ Pycharm/ SQL IDE
  • Tutorial
    • Visual Studio Code
    • Google Colab
    • JupyterLab
    • BigQuery
  • Extras
    • Keyboard Shortcuts
Powered by GitBook
On this page
  • Prerequisites
  • Example
  1. Tutorial

Visual Studio Code

PreviousJupyter Notebook/ Pycharm/ SQL IDENextGoogle Colab

Last updated 2 years ago

Prerequisites

To use Codesquire in Visual Studio Code extension, you need to install it. Click on the link below to go to a Quickstart Section and learn how to install CodeSquire for Visual Studio Code.

Example

1. After installing VS Code open VS Code

2. Open any .py or .ipynb file

3. In the script type a new function e.g

def get_dates(start, end):

and press Ctrl/Cmd+Shift+E to generate the function or place your cursor where you want the code to be generated and press Ctrl/Cmd+Shift+E

Visual Studio Code