LeetCode-OpenSource / vscode-leetcode

Solve LeetCode problems in VS Code
https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-leetcode
MIT License
8.18k stars 646 forks source link

Add type annotation to python function #973

Open shafayetejaman opened 1 month ago

shafayetejaman commented 1 month ago

🚀 Feature Proposal

image

I like to use type annotation in my python code for inline-seance hints and better readability. However, the extension does not provide the type annotation even though the leetcode does.

image

Motivation

It will save time and help write better code.

shafayetejaman commented 1 month ago

what is it?