Very useful, I want to get into qt again for desktop after hopping around between some other frameworks like react, wpf, xamarin/maui, flutter in my career so far. Im currently looking for a way to manage every project within vscode to get everything under one hood for the sake of only need to memoize one shortcut set for example. I even wrote my bachelor thesis in vscode and trying to migrate my unreal engine project to vs code so that I can do desktop, mobile, web, embedded and game development in one single ide. Good to see that its also possible with qt and minimal effort. Thank you so much!
I want to run my file from vs code, but when compiling, the terminal outputs "QApplication no such file or directory", what should I do about it? I specified all the paths in the Path, as well as in the js file, but still something goes wrong, but when I run without QApplication, everything works
Hi, It is hard to know what's going on without seeing any of the files from the project. We would recommend to try our VSCode template from here: github.com/KDABLabs/blog-vscode-template and if it works check the differences between your project and the template.
Can you do a detail video from scratch on Setup both in Windows and Mac please
Very useful, I want to get into qt again for desktop after hopping around between some other frameworks like react, wpf, xamarin/maui, flutter in my career so far. Im currently looking for a way to manage every project within vscode to get everything under one hood for the sake of only need to memoize one shortcut set for example. I even wrote my bachelor thesis in vscode and trying to migrate my unreal engine project to vs code so that I can do desktop, mobile, web, embedded and game development in one single ide. Good to see that its also possible with qt and minimal effort. Thank you so much!
Could you make more detailed video
I just started learning the qt framework and i don't really know understand how you work with json files
I want to run my file from vs code, but when compiling, the terminal outputs "QApplication no such file or directory", what should I do about it? I specified all the paths in the Path, as well as in the js file, but still something goes wrong, but when I run without QApplication, everything works
Hi,
It is hard to know what's going on without seeing any of the files from the project. We would recommend to try our VSCode template from here: github.com/KDABLabs/blog-vscode-template and if it works check the differences between your project and the template.
Hi thank you for the video. My question is , does this setup comes with QT intellisense?
Hi there,
Yes you have completion on Qt API - see doc.qt.io/qtvstools/qtvstools-how-to-update-intellisense-info.html
Do we have any extension for qml also, I am particularly looking for the extension which can help in referencing.
Hi there,
The best extension Nicolas has used for QML in VS Code is this one: marketplace.visualstudio.com/items?itemName=felgo.felgo
Nice, wel done!
Thank you for your feedback!
where can I get the Powershell interface?
Hi,
the powershell that Nicolas is using in the video is called "Oh My posh". You cand find it here ohmyposh.dev/
I can't for the life of me get qt to work in VSCode.
The power shell I use doesn't recognize any of my commands.
@@ZTwo221 Hi,
we recommend trying out this template: github.com/KDABLabs/blog-vscode-template
@@KDABtv Some of the things in here don't work, no matter what I do I constantly get a no such file or directory error when I go to add my includes.