vscode-leetcode
vscode-leetcode copied to clipboard
Add type annotation to python function
🚀 Feature Proposal
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.
Motivation
It will save time and help write better code.
what is it?