hello guys, just wanted to give you some feedback ...
# prefect-community
r
hello guys, just wanted to give you some feedback on Prefect 2.0. I’m using Pycharm for development, and I’ve noticed that with a lot of Prefect’s classes (like
Deployment
) Pycharm can not provide autocompletion suggestions for the class arguments (like
name
,
tags
…). I think this is because of the decorators applied to the classes which “mask” the arguments (like
@PrefectObjectRegistry.register_instances
). To improve the development experience it could be nice to find a way to expose the arguments so Pycharm and IDEs can provide autosuggestions
5
1
b
Hello Riccardo, thank you for the feedback! There is an open GitHub issue which, to my understanding, is related to what you have described here. We can pass this information along to our product team, and we also encourage you to comment on this existing issue or create a new one so that the request gains more traction.
👀 1
j
@Riccardo Tesselli this has been fixed in 2.0b13. 🎉
🚀 1
gratitude thank you 1