Skip to content

Options for python code completion/hinting and navigation #1547

Answered by lbianchi-lbl
aspitarl asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks a lot @aspitarl for bringing this up.

  • I agree with your initial assessment that those non-standard implementations are indeed the limiting factor for anything that relies on static analysis
  • As @dallan-keylogic confirmed, there are reasons why these solutions are in place. A while ago I explored a few alternatives API to replace @declare_process_block_class, but due to backward compatibility and limited available resources, it is unlikely that the API will change to a more static-analysis-friendly one anytime soon
  • However, there might be good news on the horizon since I've started investigating using type stub files (.pyi) that can be used to supply information to IDEs without chan…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@aspitarl
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@aspitarl
Comment options

Answer selected by aspitarl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants