Answer the question
In order to leave comments, you need to log in
How to get library hints in Visual Sudio Code?
I need to get hints from the libraries - JQuery and PointJS, but every time I create a variable and assign it to a variable, for example
var pjs = new PointJS('2d',400,400, {backgroundColor: '#CCCCCC'});
, then I simply don’t see the hints of this library and have to look at the API, but there are no such methods, for example, aspjs.game.newCircleObject( {
x : 100,
y : 100,
radius : 20,
fillColor : "#FBFE6F",
strokeColor : "black",
strokeWidth : 2,
})
and therefore I want to ask you - is it possible to do this and if so, how to get library hints?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question