I wish this extension was consistent. Works well on some Links. Completely fails on others. Spelling, case, everything correct. Tested on VS 2022
@MRLacey2 ай бұрын
@@anthonydonato7656 can you repro the inconsistency? And open an issue?
@Micke2nd8 ай бұрын
nice yes .... but not released as I see, right ?
@MRLacey8 ай бұрын
I've not been overwhelmed with feedback or interest in this and so had actually forgotten about it. Would you be interested in using it if I made it available?
@Micke2nd8 ай бұрын
@@MRLacey Hi Matt, thanks for the offer ! I'm just taking a closer look at WinUI and what Visual Studio offers in this regard. Which is why I want to hastily create work for you by providing the addon. But I'd like to come back to it when I know more.
@Micke2nd8 ай бұрын
Hi Matt, this review is actually a very good idea. And thinking out loud about, is what the generated code is missing. But the hissing and switching of the microphone steals too much attention from the lecture. I am convinced that with better acoustics your channel would reach significantly more viewers. Not least because people like to let lectures run in the background without any particular expectations. But if the “on the side” becomes too strenuous, you have to switch it off.
@DJone4one11 ай бұрын
the sound is really 🤢
@gaber9691 Жыл бұрын
Do you need to have an enterprise version to be able to do that? I'm using thee community version and you can only drag toolbox items to the code, there are no visual previews like android studio.
@MRLacey Жыл бұрын
It should work with any version of Visual Studio (Community, Professional, or Enterprise) once the extension is installed. Visual previews are a separate challenge ;)
@mubarekabdi Жыл бұрын
This is great, develop it further so that it generates some complete UI samples
@mubarekabdi Жыл бұрын
It’s weird when senior developers are under rated on social platforms like KZbin
@SirJohnK Жыл бұрын
Will test this first thing on Monday!!!👍
@adinwashere Жыл бұрын
This is a great idea
@ultraman5515 Жыл бұрын
What about c# markup i think its better and it would be amazing to do a full tutorial for it
@MRLacey Жыл бұрын
I definitely have thoughts on C# markup that will be in a future video
@anandshindey Жыл бұрын
Thinking along same lines I am. A simple change to allow xaml snippets in the same file would benefit tremendously. Its like having a xaml with subroutines.
@jschroedl Жыл бұрын
This is very nice! Will this work for WPF code?
@MRLacey Жыл бұрын
Eventually ;)
@PeacefulMindss Жыл бұрын
Well ain't this cool, well done Sir .
@MRLacey Жыл бұрын
thank you
@AndrewKeepCoding Жыл бұрын
Awesome! Want to try this in WinUI 3✨ What happens on sealed controls TextBlock? Compile error?🤔
@MRLacey Жыл бұрын
I have a partial workaround for sealed types, that's one of the reasons WinUI support isn't there yet. Yes, otherwise you'd get a compiler error because you can't inherit from sealed types :(
@soixantelly Жыл бұрын
after being a react / vue.js developer for 3 years, i recently got a gig to refactor some wpf desktop app holy hell it's fucking painful, xaml is bad, i hated everything about wpf, i even used the mvvm toolkit and still lost my shit, trying to do things that can be accomplished in react in 1 minute took me hour of online search and trial and errors, FUCK C# UI development, C# is the best at everything except the UI
@johnpelitidis6297 Жыл бұрын
You are spot on Matt. I have tried twice to start an app project this past year using WinUI and MAUI and just gave up because of the UI side of things.
@PeacefulMindss Жыл бұрын
I had such pain with WinUI, especially on the obvious windows activities, now MAUI the windows platform side, good luck with window size or having an icon on the title bar, lot's of the usual missing, it's a mess.
@eddiespeaks Жыл бұрын
Expression Blend from the Silverlight era was awesome at quickly creating custom controls but just selecting a component and extracting it into a different file, then expose the dependency properties mostly through GUI. No idea why Microsoft went after the hot-reload crowd. Designer-led approach with design-data was fantastic
@MRLacey Жыл бұрын
Yes, I think that the creation of custom controls is harder than it needs to be and so many developers are put off from creating them. Hot Reload is a useful tool and is emphasized because, in theory, it can be useful for apps built with any technology, not just XAML. Sadly, the interpreted argument is that better XAML tooling isn't needed or justifiable as a priority :(
@AndrewKeepCoding Жыл бұрын
This is going to be a great extension to have in VS. I have a similar project but as an app, and one thing that I would suggest is filters. Especially a filter for events.
@MRLacey Жыл бұрын
Sorry about the hum - I recorded this quickly on my laptop. Lesson learned. I won't do that again.
@josbexerra81152 жыл бұрын
Gran trabajo mister Matt....
@PeacefulMindss2 жыл бұрын
Thank you, I'll wait for more on this topic.
@mcnets2 жыл бұрын
Good video. Would you rather work with Custom controls or User controls? Recently I've started to work with XAML (WPF, WinUI, UNO) and I find a bit difficult to work with data templates in custom controls.
@MRLacey2 жыл бұрын
I aim for a custom control (extending when can) over a user control (composition of multiple controls). I'm currently favoring lots of small, highly focused controls. Yes, adding data templates into the mix makes things more complicated quickly.
@mcnets2 жыл бұрын
@Matt Lacey - XAML Developer Do you have any post in your blog or any video about custom controls and data templates?
@MRLacey2 жыл бұрын
@@mcnets It's something I'm working on
@mcnets Жыл бұрын
@@MRLacey Hi Matt, I'm sorry to disturb but I'm stuck trying to make a XAML custom control resize when the parent container change its size and I wonder if I you could help me.
@MRLacey Жыл бұрын
@@mcnets can you point to a repo or SO Q that shows the issue you're having?
@carmenquintin93412 жыл бұрын
Just subbed :)! The secret to ranking > *Promo sm* !
@dominictodd51022 жыл бұрын
𝖕𝖗𝖔𝖒𝖔𝖘𝖒 ☝️
@georgeleithead2 жыл бұрын
I like the colour highlighting. Reminded me of an extension that highlighted the different levels of brackets in matching colours.
@MRLacey2 жыл бұрын
Extensions like that partially inspired this.
@jaylen79452 жыл бұрын
𝕡𝐫o𝕄o𝔰𝓶 😋
@sipepguru4 жыл бұрын
Hi lance
@eliudgerardo11525 жыл бұрын
Nice! Does it work on UWP only? or on XamarinForms too?