Ability to get end column of a Name?
I was looking to implement a monaco-editor [DocumentHighlightProvider](https://blutorange.github.io/primefaces-monaco/typedoc/interfaces/monaco.languages.documenthighlightprovider.html) using `Script.get_references(scope="file")`. However, I need to get a startLine/startColumn/endLine/endColumn. As far as I can see, `BaseName.line` and `BaseName.column` only refer to the _start_ — is there a way to get the end as well?
0 条评论