Open phigas opened 9 months ago
Writing the config files would be a lot more convenient with autocompletion for the parameters, holes and sources. It could be implemented so that putting from freepaths import typehinting at the beginning of the config would unlock all that.
from freepaths import typehinting
Interesting, I'll see how it works. But that depends on the IDE, right? I mean, the IDE should understand this import?
Writing the config files would be a lot more convenient with autocompletion for the parameters, holes and sources. It could be implemented so that putting
from freepaths import typehinting
at the beginning of the config would unlock all that.