How I use Visual Studio Code with AL and Business Central

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 16

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

    Great video as always Erik, BTW you can use F1 for the command palette - even quicker than CTRL+SHIFT+P 😊

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

    I found 89 extensions installed... 😜and 86 Enabled... Many I haven't used in a while.
    no time to clean up, more Erik videos to watch!

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

      Here are a couple of my favs for AL Development:
      - Git Graph
      - Copilot
      - Error Lens ***
      - indent-rainbow
      - AL CodeActions
      - Todo Tree

  • @dominicstarkl2953
    @dominicstarkl2953 28 днів тому

    Tasks for the great video. What I miss in AL is selecting a symbol element limited by double quotes by doble clicking on it, what we could do in the modern C/SIDE.
    Ex.: Double click on "Customer Card".
    Do you know a way to get this back in AL?

    • @Hougaard
      @Hougaard  23 дні тому +1

      Not that I'm aware of.

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

    In 22 it should be possible to drag in files and rename folders without everything going out of sync :) Hopefully at some point, git operations will also be supported fully

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

    I would like to express my gratitude for sharing your valuable knowledge on Visual Studio Code.
    I would be especially interested to know your experience with AL codeAnalyzers and the way it enforces naming conventions for variables. As someone who has enabled this feature, I find it a bit annoying.
    However, looking at the demo of your BCCL project, it seems that you have not enabled this constraint with variable naming, and I must say that the code seems much clearer this way. It would be great if you could elaborate on your experience with this tool and share any tips or best practices that you found useful.
    Once again, thank you for your valuable contribution to the AL developer community through your videos.

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

      You can setup what rules you want, nobody want all of them. I think there's a video on how to that..

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

    Hi Erik
    Have you or some of your collegs tried creating BC extensions with vs code+docker on Mac with M2/M3 processors?

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

      No, I'm not aware that you can get Windows Server Core to run in Docker on M2/M3 macs?

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

    I have the same theme applied in my vs code but it doesn't look the same. Your "Gets" and "Findsets" are all colored but mine are white. Did you have to do anything additional to get those to have color? Love your videos!

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

      ua-cam.com/video/cTc0kYFsAr0/v-deo.html

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

    I'm working on installing my first extension in the Sandbox after following your tutorials on UA-cam. I've heard you say CTRL+SHIFT+B to compile and deploy the app but it doesn't work for me. It tells me there is no build task to run and giving me options to configure the build task. How do I do this? Did I miss a step in our setup?

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

      F5 is deploy... Ctrl-Shift-B is just to build (without deploy), F5 will build also.

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

      @@Hougaard Doh! I'm on a Mac and I was using CMD+SHIFT+B

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

    Thank you !