You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the language status item is the preferred way to present language status reports for the active text editors, such as selected linter or notifying about a configuration problem.
There are two options:
1: inlay hints that are hh specific
2: inlay hints that are solidity specific
Another thing that we can do with inline hints, copied from inspired by intellij: when a function parameter is a literal (not a variable, not a complex expression) we can show the argument name.
VSCode has added an api for enhancing source code with inlays. Typescript uses it to display inferred types for variables, among other things:
Are there any places in solidity development we can leverage this feature?
The text was updated successfully, but these errors were encountered: