Y
Hacker News
new
|
ask
|
show
|
jobs
by
flavor8
3357 days ago
I haven't used Jetbrains' go ide, but extrapolating from my time with intellij and pycharm it seems that their ides work significantly better with static type systems. (Find usages, rename function, etc are less accurate.)
1 comments
tonyedgecombe
3357 days ago
PyCharm does support type hinting now which should help:
https://blog.jetbrains.com/pycharm/2015/11/python-3-5-type-h...
link