Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97327

How to get information about from where parameters came like webstor shows

$
0
0

I don´t know how to explain it exact. I saw in webstorm has something like this

    set(nbObstacles, nbWeapons, nbPlayers){
        this.setTiles();
        this.setElements(type: "obstacle", nbObstacles);
        this.setElements(type: "gun", nbWeapons);
        setInterval(handler: () => {
            this.draw();
        }, timeOut: 1000 / 50)

type:handler and timeOut

are information shown by webstorm. I would like to have the same on Visual studio code.

Someone knows if. Is there any plugin to could show the same like webstorm?


Viewing all articles
Browse latest Browse all 97327

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>