Looking for a free Python IDE for Linux that supports type hints


Looking for a Python IDE with good support of type hints that can:

  1. Check that those that I add make sense
  2. Complain when the code written doesn’t use the proper types
  3. Suggest completions when using functions/methods with such hints

I tried PyCharm Community but it seems to totally ignore them.

Currently on Ubuntu 24.04 if that makes a difference.



Source link

Related Posts

About The Author

Add Comment