anufrievroman / freepaths

Monte Carlo simulator of phonon and heat transport in nanostructures
https://anufrievroman.gitbook.io/freepaths
Other
16 stars 4 forks source link

Autocompletion #16

Open phigas opened 9 months ago

phigas commented 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.

anufrievroman commented 9 months ago

Interesting, I'll see how it works. But that depends on the IDE, right? I mean, the IDE should understand this import?