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

Similar component for monaco, use part of yours? #218

Open
jogibear9988 opened this issue Mar 21, 2023 · 1 comment
Open

Similar component for monaco, use part of yours? #218

jogibear9988 opened this issue Mar 21, 2023 · 1 comment

Comments

@jogibear9988
Copy link

I've started something similar for "monaco" editor, but It's not yet as good as yours.
Is it possible to use your API's without the hosting logic?
For me it is also important to hand over additional dlls to search for types.

I also thought to use internal Roslyn APIs like RoslynPad does, but never found the time. And seems you wrap the already?

@ashmind
Copy link
Owner

ashmind commented May 29, 2023

Hi -- thanks for asking.

Is it possible to use your API's without the hosting logic?

Likely not easy, while you can reference MirrorSharp.Common, I made some APIs internal for now, as it takes a bit of effort to polish them enough for reuse. You can always use https://github.com/aelij/IgnoresAccessChecksToGenerator to access them if you really want, though it might break between versions.

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

No branches or pull requests

2 participants