Can we hint custom JavaScript function parameter type as CSS selector in WebStorm?

前端 未结 0 824
悲&欢浪女
悲&欢浪女 2021-01-01 00:38

I have a function

function all(cssSelector){
    return document.querySelectorAll(cssSelector);
}

If I call all(\'#id\') the IDE

相关标签:
回答
  • 消灭零回复
提交回复
热议问题