microsoft / monaco-editor

A browser based code editor

Home Page:https://microsoft.github.io/monaco-editor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A function should be added that can get the variables and variable types of a certain line of code[Feature Request]

chen-xiaoxing opened this issue · comments

Context

  • This issue is not a bug report. (please use a different template for reporting a bug)
  • This issue is not a duplicate of an existing issue. (please use the search to find existing issues)

Description

A function should be added that can get the variables and variable types of a certain line of code. The usage scenario is: the front end needs to obtain variables and variable types and pass values ​​to the back end, let the back end do breakpoint processing, and pass the variable values ​​back.

Monaco Editor Playground Link

No response

Monaco Editor Playground Code

No response