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

Seeing extra methods in the REPL #223

Open
daveaglick opened this issue Jan 12, 2022 · 2 comments
Open

Seeing extra methods in the REPL #223

daveaglick opened this issue Jan 12, 2022 · 2 comments
Labels
⚠️ Bug Something isn't working as expected

Comments

@daveaglick
Copy link
Member

image

They're likely available due to being extensions of object, but we should hide/remove them.

@daveaglick daveaglick added the ⚠️ Bug Something isn't working as expected label Jan 12, 2022
@daveaglick
Copy link
Member Author

Perhaps separating extension methods into a separate group would be helpful. We probably want to show extension methods, but don't want them polluting the main list of methods.

@daveaglick
Copy link
Member Author

It also doesn't quite seem complete - for example Help(Outputs) doesn't print AsSourceTree().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️ Bug Something isn't working as expected
Development

No branches or pull requests

1 participant