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

Scripting window #842

Open
sharwell opened this issue Sep 2, 2017 · 1 comment
Open

Scripting window #842

sharwell opened this issue Sep 2, 2017 · 1 comment

Comments

@sharwell
Copy link
Contributor

sharwell commented Sep 2, 2017

It would be really cool to have a C# Interactive window which allowed scripted code to be executed against the model, for either the member currently selected in the tree view or all assemblies currently loaded.

For example, yesterday I really wanted to find all types matching the following criteria:

  1. Is a value type
  2. Has 4 instance fields
  3. Has 0 static fields
  4. Has accessibility "NestedFamily" (i.e. a protected type nested within another type)
@siegfriedpammer
Copy link
Member

siegfriedpammer commented Sep 14, 2017

See #742 as well: the scripting window could implement the options requested in that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants