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?
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
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.
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!
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?
Great video as always Erik, BTW you can use F1 for the command palette - even quicker than CTRL+SHIFT+P 😊
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!
Here are a couple of my favs for AL Development:
- Git Graph
- Copilot
- Error Lens ***
- indent-rainbow
- AL CodeActions
- Todo Tree
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?
Not that I'm aware of.
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
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.
You can setup what rules you want, nobody want all of them. I think there's a video on how to that..
Hi Erik
Have you or some of your collegs tried creating BC extensions with vs code+docker on Mac with M2/M3 processors?
No, I'm not aware that you can get Windows Server Core to run in Docker on M2/M3 macs?
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!
ua-cam.com/video/cTc0kYFsAr0/v-deo.html
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?
F5 is deploy... Ctrl-Shift-B is just to build (without deploy), F5 will build also.
@@Hougaard Doh! I'm on a Mac and I was using CMD+SHIFT+B
Thank you !