is possible find return type from function on written code without again writing function name?
for example i have this code:
injector.map(IItemsService).toSingleton(ItemsService);
and im to see, what type return function map()
CTRL+P show not complete hint
CTRL+Q not work because code not have any documentation