jQuery code completion

I've gotten jQuery's code hinting to work but code-completion seems very basic. Unless I'm missing something?
For example, if I type in: $('#el').ho  and select "hover" from the list, it will complete with this code:
$('#el').hover();

but shouldn't it auto-complete the full code like this?

$('#el').hover(function() {
     
}, function() {
     
});

0

This is nice new feature, please add it to YouTrack

0

请先登录再写评论。