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

v0.1.0 prep - Refactor File/Parser handling and add external call highlighting #67

Merged
merged 30 commits into from
Jun 18, 2021

Conversation

tintinweb
Copy link
Member

@tintinweb tintinweb commented Mar 24, 2021

  • refactored parser and turned it into its own library
    • tries to resolve external calls
  • added external call highlighting and an extcall view in the cockpit

fixes #8

editor - gutter icons for external calls (⚠️)

image

cockpit - list external calls for current contract

image

hover - resolve inherited names (clickable declarations)

image

@tintinweb tintinweb changed the title Refactor File/Parser handling and add external call highlighting v0.1.0 prep - Refactor File/Parser handling and add external call highlighting May 28, 2021
 an identifier subnode
fix additional information added to astnodes with an object
 to make sure the visitor does not traverse into our modifications
@GNSPS
Copy link
Contributor

GNSPS commented May 31, 2021

🔥

optionally allow to select truffle-flattener as default engine (settings)
@tintinweb tintinweb merged commit 2b7efb9 into master Jun 18, 2021
@tintinweb
Copy link
Member Author

whoop, let's get this into master 🥳

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

Successfully merging this pull request may close these issues.

feat-req - track external calls
2 participants