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

Adding contract functions in panel [Discussion] #32

Open
j0xhn opened this issue Sep 2, 2017 · 2 comments
Open

Adding contract functions in panel [Discussion] #32

j0xhn opened this issue Sep 2, 2017 · 2 comments

Comments

@j0xhn
Copy link

j0xhn commented Sep 2, 2017

It'd be rad if we could show the contract's functions in a side panel, similar to how the browser compiler Remix does it.

I love being able to code solidity in my own environment so I can use VIM, own syntax highlighting etc... and I think if I could just call functions on my contract directly from vscode then it could be completely stand alone. Thoughts?

@juanfranblanco
Copy link
Owner

@johndangerstorey Hi, yes I would love to include that. VS Code does not have the capability to add extra user interfaces, the only thing that it can be done at the moment is to hack the preview area, like in Markdown previewer, mainly generating an html file based on the abi when selecting preview and add the features of deployment, etc there. My main stopper is the workaround / hacking preview mechanism.

@juanfranblanco
Copy link
Owner

I have found a way now, took a while. In conversations with Remix and see how it can be integrated.

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