Skip to content

How do I get value hints in IntelliJ IDE? #1657

Answered by He1pa
gesmit74 asked this question in Q&A
Discussion options

You must be logged in to vote

Currently, there are several situations where prompt information is provided.
1, when typing config attr name, provide complete item and it type

  1. after this, provide type hint for attr

  2. hover info

  3. when typing : or =,provide available complete item according by it type

    bool -> True and False
    str -> ""
    list -> []
    dict -> {}
    Union -> each item
    schema -> pkg.schemaName {}

If you have more feat, welcome for your feedback

Replies: 7 comments 2 replies

Comment options

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

Comment options

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

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by gesmit74
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants