This VS Code update can type hint your Python code

preview_player
Показать описание
A look at the newest update to VS Code for Python type hints.

#python #vscode #typehints
Рекомендации по теме
Комментарии
Автор

Nice addition, good job.... but.... why light mode my eyes...

dabkolay
Автор

Yeah, this is very useful and clever. But... How to make the appearing hints permanent without having to write them out ourselves? I've noticed that if you double-click on them, they turn into permanent code. But how do I do it without using the mouse? Thanks.

dariuszspiewak
Автор

Thanks for the tip -- I wished that you people set the 2 configuration variables to true by default.

SaidElnaffar
Автор

Can we get a command or something to automatically write all current inferred (greyed out) type hints? Instead of having to write them ourselves if we wanted to share the code etc.

anthonyaouad
Автор

i only have 2 options: "open user setting" and "open default setting" there is no one like you said in the video. Also you said to put that configure the end of the file, so why, I noticed that the options are numbered 1, 2, 3 ie it is located at the beginning of the file based on your video.

mystudying
Автор

Is there an option to red underline a typing error, a clash between what VSCode has determined is a variable or function return and how it is later being used? Yes: "basic", // also can be set to "strict"

LordGuideUs
Автор

How can I disable type autocompletion? I've been looking for a way for hours now and still can't do it :/

camiloescobar
Автор

really cool and help, thanks! I cam here to try to figure out what "Type Checking" option does in the "Editor Language Status" item on the status bar does. Does anyone know?

thrivingproject
Автор

Hi, why can't I install python on my vs code
It's telling me that Microsoft is updating python but it's been too long now

thisisruss
Автор

I am appalled that this video was uploaded...





...what goddamn reason is there to use light mode?

akam
Автор

i dont understand how to setting, This video is ambiguous

mystudying