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

Handle member access via colon #1

Open
KeterSCP opened this issue Sep 23, 2022 · 0 comments
Open

Handle member access via colon #1

KeterSCP opened this issue Sep 23, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@KeterSCP
Copy link
Owner

JIT disasm only recognizes member access via :
For example if you want to test Console.WriteLine() method, you should type in Console:WriteLine()

Possible solutions:

  1. Replace all dots in user input with colons
  2. Add note in the input tooltip about this behavior
@KeterSCP KeterSCP self-assigned this Sep 23, 2022
@KeterSCP KeterSCP changed the title Hadnle member access via colon Handle member access via colon Sep 23, 2022
@KeterSCP KeterSCP removed their assignment Sep 23, 2022
@KeterSCP KeterSCP added the good first issue Good for newcomers label Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant