D
D
Distemii2020-05-20 11:02:27
Visual Studio Code
Distemii, 2020-05-20 11:02:27

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, as
pjs.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

1 answer(s)
D
Distemii, 2020-05-20
@Distemii

I no longer need help, I switched to WebStorm.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question