[Feature Request] Completition for known Function Parameters if I edit only Function content #3614
Closed
2 tasks done
Labels
feature-request
Request for new features or functionality
Context
Description
I've a fuction like this:
function aa(td: HTMLTableCellElement, row: number)
but with monaco I only want to endit the inside of the function.
Is there a way, so I can Tell Monaco that "td" and "row" are available as Variables, with their type?
Monaco Editor Playground Link
No response
Monaco Editor Playground Code
No response
The text was updated successfully, but these errors were encountered: