GGuezet
3 years agoContributor
Agreed.
Something as simple as the following example does not provide any code completion for "open", and even less for the .read().
The only thing you can have is "with" and "as", very helpfull...
with open("helloWorld.txt") as file:
hw = file.read()
This is not even advanced library auto completion stuff, this is built in functions
Related Content
- 2 years ago
- 11 years ago
- 11 years ago