Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Annotate external calls in some way #38

Open
jmhickman opened this issue Dec 17, 2022 · 1 comment
Open

[Request] Annotate external calls in some way #38

jmhickman opened this issue Dec 17, 2022 · 1 comment

Comments

@jmhickman
Copy link

One thing I like about another vscode solidity addon is that it puts a ⚠️ in the gutter on the line where there are external calls.

Could this be added?

@michprev
Copy link
Member

Yes, I like this kind of visualization as well. Unfortunately, afaik LSP protocol does not allow us to render anything next to the line number. LSP servers written as a part of an extension can take advantage of having direct access to VS Code API.

Implementing this may still be possible, but I don't see an easy way. I'll keep this issue open and continue to investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants