I've downloaded some jar files (e.g. gson-2.8.5.jar
) and want to add them to visual studio code locally without any extra downloads so I can benefit from autocomplete feature of classes and methods, How should I do it?
I've searched a while in google and could not find anything useful, so even links to other answers is appreciated.