code hint after write
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
Please sign in to leave a comment.
If you invoke completion (Ctrl+Space) after "map", you should see the type, as you will if you go to its declaration (Ctrl+B) or just show it in a popup (Ctrl+Shift+I). Which language is it BTW?
Thanks, my language is ActionScript 3. Ctrl+Space is ok, but pity that this information not available in Ctrl+P with all properties likewise as image in attach file.
Attachment(s):
corect-hint.PNG