You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
As you can see in the Intellij idea , when you write showdate.... and then press tab , all of the arguments of that method will be written and you just need to edit its values !
While in your plugin it will complete just the method name and put empty parentheses showDatePicker() .
And then you should fill inside parentheses with your knowledge or reading the messy tooltip that shows the syntax with all optional parameters :|