C
C#gameyall232

Any way to get XAML Auto-complete in VS Code?

I recognize this isn't quite a C# question, but it's related. I want to make cross platform apps using MAUI in VS Code, since I develop on a MacBook and recently they announced they're retiring Visual Studio for Mac. As far as I could tell, there isn't a way but I'm wondering if maybe I missed something.
A
Angius159d ago
I assume you have DevKit installed already? If that doesn't give you XAML support, I'd look for some other plugin that's maybe specific to MAUI or XAML Failing that, Rider
F
333fred159d ago
.NET MAUI - Visual Studio Marketplace
Extension for Visual Studio Code - Extend C# Dev Kit with tools for building .NET Multi-platform App UI (MAUI) apps
G
gameyall232159d ago
I have both the extensions you two listed, no luck unfortunately. I found one extension for the Uno platform that advertises various QoL for MAUI in VS Code, including XAML auto complete but I don’t yet know exactly what a platform is and whether or not I should use it or stay vanilla. I’m just getting started so I’m wondering whether or not it’s a good idea to use something like a library
F
333fred159d ago
If you're not seeing XAML completion with the MAUI extension installed, something is wrong
LC
LordKalma (CT7ALW)159d ago
have you built the project at least once? You can try rogalmic.vscode-xml-complete if you configure the schema...
G
gameyall232158d ago
The .NET MAUI extension gives me an error on startup saying that it couldn't find an Android SDK. Is that blocking the rest of the extension, including autocomplete, from starting? Yeah
F
333fred158d ago
Almost certainly
G
gameyall232158d ago
Strange. Is there a way to bypass it for now or do I just need to download an Android SDK?
F
333fred158d ago
No clue
G
gameyall232158d ago
@333fred I installed Android SDK and accepted a million licenses, Now I have extremely minimal autocomplete. I don't know XAML at all, so I don't know what's missing or there but all I can find that autocompletes is ContentPage. Doesn't even put </closing> tags for me :(
Want results from more Discord servers?
Add your server
More Posts
.Net 8 Blazor Web App Identity Framework HelpSuper quick overview: I have a Blazor Web App that is single process only hosting UI. It communicaRegex Group Containshey simple easy question, but are there ways to access individual capture groups in a regex match? I"netsh" cmd Commands not being executedWell, I am trying to set up some firewall-rules and such, the problem is non of the commands is beinAutomate the process of transferring a Microsoft SQL Server .bak file to MongoDBI'm looking to automate the process of transferring a Microsoft SQL Server backup file (e.g., bulk.bMapping controller to / without breaking other controllersHi there, I would like to rename `HomeController` to `DefaultController` and instead of going to `/helpwhy is doesn't workTrack Thread/Task Progress through SignalR/WebSocketsI have an ASP.NET Web Core API and an Angular project both connected. In the dashboard of my Angularazor pages vs .cshtmlTeam , What is the difference between razor pages and cshtml.? razor pages looks like old asp.net w✅ mobile applicationMy question is quite fundamental, the way I imagine mobile apps is that they utilize an API to conneIt's not showing the database in datagridviewI'm having trouble trying to show the database that the teacher gave me and the demo she gave me to Can't seem to make a universal filepathHi there could anyone explain how I can make a universal filepath so other pc's can locate the fileshey! looking for fellow C# noobs!Does anyone want to vc and group study,go over things etc? No dumb questions or rudeness I'm alsl beStuttering in UI and I don't know whyEverytime I launch the app, the very first time I navigate to any FlyoutItem I get this stuttering iIssue with Filtering in DataGridI use Telerik UI's DataGrid control for .Net Maui. As you see VIPStatus column holds values such as Minimum Required Knowledge before I am job ready.Hello guys, I want to know this info from someone that has work experience. What is minimum requiredAsssembly Version WrongIt was working for a little bit, but now it's displaying `v1.0.0-alpha+9fb67d6af368e6cd5a05c8f401327enum HasFlagI would've thought this would return true, but it's false. How can I fix this logic to return true fI gotta fix tha "mappings.Add()", It allways calls null, pls help (UPnP)well, as said every time I Initiate the programm the "mappings" is called 0, I checked every variablBinding Nested GridView to structure.Objects: ```cs namespace MIHotel_BE { public class HabitacionBE { public Int16 idHabRegex conditionalHi all, ```regex (?(?=.[P]*)((ADIP)(\d{0,3})[P]\d{3}\.(\d{1,2}))|((ADIP)(\d{0,10})\.(\d{1,2}))) ```