-
Notifications
You must be signed in to change notification settings - Fork 27
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
[Windows] Create a Visual Studio add-on for XAMLator #16
Comments
I will try to help with this! |
Hi @jsuarezruiz, I am looking forward to test this. Is there a prerelease version you would like me to test it on my end ? Thanks |
@jsuarezruiz are you still working on it? I can only see 1 commit |
@jsuarezruiz are you working on it, or anyone? Thank you |
Any updates? |
I switched to Hotreload which has a VS extension |
There is an addin for Visual Studio in this fork https://github.com/csteeg/XAMLator/, we need to get the original author to create a PR here :) |
We will have the Visual Studio for Windows the next week (PR). And after merge will be available in https://marketplace.visualstudio.com |
Nice! |
@jsuarezruiz thank you. I am going to download it in VS 15.9.9 and start using it. |
@jsuarezruiz awesome work! I will review the PR tonight or tomorrow. |
@IoTFier We need to merge the PR, pass some tests and integrate it in the CI/CD process. Will be available soon but is not available yet. |
Nice!
Em seg, 18 de mar de 2019 15:45, Javier Suárez Ruiz <
[email protected]> escreveu:
… @IoTFier <https://github.com/IoTFier> We need to merge the PR, pass some
tests and integrate it in the CI/CD process. Will be available soon but is
not available yet.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHrLJYlIzgxsWK-QJUOhP3Y5CqzxafVGks5vX97ggaJpZM4YQHyg>
.
|
@jsuarezruiz - I am (and sure many of our community users) will be more than happy to be a beta tester if that helps. Thanks |
@jsuarezruiz Does this mean the hot reloading will work when running the UWP project (within a Xamarin Forms solution) as well? |
VS2019 now generally available, time to get that extension published!!! <3 <3 |
Is that extension available already? Where can i donwnload it from? |
@toomasz - I don't think it is ready yet. |
We updated the Windows extension two days ago: #56 |
Yes plz share! @jsuarezruiz really looking forward to giving it a go. Seems like others are as well. |
@mzhukovs I think you can build extension yourself, it's located here: https://github.com/ylatuya/XAMLator/tree/master/XAMLator.Client.VisualStudio |
The extension should also be available in the CI's artifacts
|
I pulled down master and tried to run the VSIX after building but it says it couldn't find any currently installed compatible products. I only have VS2019 installed on the machine that I attempted this on. @toomasz |
@ylatuya , @jsuarezruiz - Any hopes of getting this extension out for VS 2019 this week ? |
@ylatuya , @jsuarezruiz - is this extn killed because Microsoft is trying to build a new one ? |
Yea curious what happened - seemed like you guys had so much momentum and got it very close, have you dropped plans to finish this piece? @ylatuya @jsuarezruiz |
@ylatuya , @jsuarezruiz - is this extn killed because Microsoft is trying to build a new one ? |
@IoTFier You can try https://github.com/AndreiMisiukevich/HotReload - it has extension now |
@toomasz - I am using that now, but there have been some instability with the latest changes (for good reasons) being delivered. Thank you. |
We are missing a Visual Studio add-on for XAMLator.
The vs4mac is less than 100 lines of code:
https://github.com/ylatuya/XAMLator/blob/master/XAMLator.Client.MonoDevelop/MonoDevelopIDE.cs
https://github.com/ylatuya/XAMLator/blob/master/XAMLator.Client.MonoDevelop/StartupHandler.cs
The add-on should implement the IIDE interface and start the monitor when the add-on is launched
The text was updated successfully, but these errors were encountered: