Visual Studio Code Extension for Avalonia - Sneak Peek

Поділитися
Вставка
  • Опубліковано 13 вер 2024
  • Here's a sneak peek of our new Visual Studio Code Extension!
    Coming soon!
    Early access will be exclusively to our GitHub sponsors, with a broader release coming later.

КОМЕНТАРІ • 21

  • @RainEls
    @RainEls Рік тому +5

    Looks like I picked a good time to start learning C#. Gimme!

  • @martinwang6077
    @martinwang6077 Рік тому +4

    I just hope Avalonia extension will be as good as flutter

  • @WorstDeveloper
    @WorstDeveloper Рік тому +1

    This is the only thing that has been holding me back from trying Avalonia, so I'll glad to see it being worked on. I need to use VS Code for some of my accessibility software.

  • @mark_greenwood
    @mark_greenwood Рік тому +2

    Super Keen for this - VS on Windows is great - but I can't afford Rider so looking forward to be able to do things in VSCode on the Mac

  • @LahceneBelbachir
    @LahceneBelbachir 3 місяці тому +1

    I wish it worked the same as in VIsual Studio where you don't have to save every time to see the changes.

  • @FilipCordas
    @FilipCordas Рік тому +3

    This is awesome. Question do you have an example on how we could make our custom extensions for vscode using Avalonia? lets say I wanted to write other tools but in Avalonia?

    • @xxxxxxxxxxxxxxxxxxxxxxxxx981
      @xxxxxxxxxxxxxxxxxxxxxxxxx981 Рік тому

      vscode extensions are js/ts

    • @FilipCordas
      @FilipCordas Рік тому

      @@xxxxxxxxxxxxxxxxxxxxxxxxx981 Well no even the regular extensions use other processes like omnisharp does. Here my guess is they are streaming images into the tab somehow that should be possible to do for any app. They could even be using WebAssembly so just the regular interopt could run js functions that's why I am asking how they did this.

  • @Nikita-rn2zz
    @Nikita-rn2zz Рік тому +1

    Very good! Especially considering how much RAM Rider consuming and how bad VS is. The only way for developing C#/F# in future may be only VS Code. Never actually tried it for C#...

  • @chudchadanstud
    @chudchadanstud 2 місяці тому

    Mine doesn't refresh when I change the xaml.

  • @matiascasag
    @matiascasag 7 місяців тому

    How to debug AvaloniaUI wasm on VSCode?

  • @csharpner
    @csharpner 10 місяців тому

    On Linux, it's not showing anything but a button that says I need to build. I build, and the button goes away and there's just a black view with blue gridlines. Nothing I do in the axaml file shows up, even after rebuilding after each change.

    • @avaloniaui
      @avaloniaui  10 місяців тому

      Hey, we recommend logging an issue on GitHub ❤

  • @wioniqle.q3618
    @wioniqle.q3618 Рік тому

    What's your visual studio code theme extension name?

  • @tetsuzin72
    @tetsuzin72 Рік тому +1

    Hmmm.... How soon is "soon"?

    • @tetsuzin72
      @tetsuzin72 Рік тому

      Well, the "soon" was tomorrow. 😁😁😁

  • @OeHomestead
    @OeHomestead Рік тому

    I tried to upgrade a 0.10 project to 11, but man, there were so many issues and breaking changes I just gave up. Gonna check out MAUI.

    • @MikeCodesDotNET
      @MikeCodesDotNET Рік тому +2

      I haven't seen any major issues reported for v11. Have you reported your problems?

  • @Koog1e
    @Koog1e Рік тому

    I like JavaFx Scenebuilder..drag&drop and quicker to customize without knowing what attributes are or are even possible.. helps alot when there is barely enough tutorials training community, sad how backwards things have gone..

    • @MikeCodesDotNET
      @MikeCodesDotNET Рік тому +4

      We've discussed creating a drag-and-drop visual designer. So far, everyone who has said they want one also refuses to pay for one. It's a non-starter as its a huge amount of work, for a target market that won't pay for their tools.
      Would you pay for a designer?

    • @cabiste
      @cabiste Рік тому +2

      or you can just read the docs