-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Closed
Labels
apifeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplanrelease-notesRelease notes issuesRelease notes issuessuggestIntelliSense, Auto CompleteIntelliSense, Auto Complete
Milestone
Description
Take the following snippet:
/**
* Some documentation is **nice**.
*
* Example usage:
*
* ```
* function main() {
* return hello('world');
* }
* ```
*/
function hello(world: string): number {
return 1337;
}
Here's how it looks in different widgets:
Hover
Suggest
Parameter hints
Widgets look now somewhat aligned, since #2330. Their contents, on the other hand, could be a bit more.
Hover looks great, since at some point we provided the possibility of returning MarkedString
through the API.
Both suggest and parameter hints lack that and look pretty pale in comparison.
We got to find a way to advance the API allowing users to return formatted content from certain API calls without bloating the API too much.
cloudRoutine, stuart-lang, Gama11, bradenhs, svenvNL and 10 more
Metadata
Metadata
Labels
apifeature-requestRequest for new features or functionalityRequest for new features or functionalityon-testplanrelease-notesRelease notes issuesRelease notes issuessuggestIntelliSense, Auto CompleteIntelliSense, Auto Complete