|
|
|
|
|
by kitd
1647 days ago
|
|
I've been writing Python for the last few months. This week I've been hacking on some JS scripts. I was missing the type hints I'd get in Python via vscode. Until it occurred to me that vscode might support jsdoc out of the box. And lo and behold it does. I was pleasantly surprised. Sometimes hints and intellisense are 90% of what you need from a type system. |
|