Setting up VS Code for Qt Development

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 20

  • @achantasrikant3724
    @achantasrikant3724 10 месяцев назад +12

    Can you do a detail video from scratch on Setup both in Windows and Mac please

  • @arrowheadgaming5008
    @arrowheadgaming5008 11 месяцев назад +1

    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!

  • @safeesrio587
    @safeesrio587 11 месяцев назад

    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

  • @nnni23
    @nnni23 3 месяца назад +1

    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

    • @KDABtv
      @KDABtv  3 месяца назад

      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.

  • @ArdaX95
    @ArdaX95 5 месяцев назад

    Hi thank you for the video. My question is , does this setup comes with QT intellisense?

    • @KDABtv
      @KDABtv  5 месяцев назад

      Hi there,
      Yes you have completion on Qt API - see doc.qt.io/qtvstools/qtvstools-how-to-update-intellisense-info.html

  • @shubhamkalihari3867
    @shubhamkalihari3867 10 месяцев назад

    Do we have any extension for qml also, I am particularly looking for the extension which can help in referencing.

    • @KDABtv
      @KDABtv  10 месяцев назад

      Hi there,
      The best extension Nicolas has used for QML in VS Code is this one: marketplace.visualstudio.com/items?itemName=felgo.felgo

  • @piergiorgiovalli5220
    @piergiorgiovalli5220 11 месяцев назад

    Nice, wel done!

    • @KDABtv
      @KDABtv  11 месяцев назад

      Thank you for your feedback!

  • @wassermann2911976
    @wassermann2911976 10 месяцев назад

    where can I get the Powershell interface?

    • @KDABtv
      @KDABtv  10 месяцев назад

      Hi,
      the powershell that Nicolas is using in the video is called "Oh My posh". You cand find it here ohmyposh.dev/

  • @ZTwo221
    @ZTwo221 10 месяцев назад

    I can't for the life of me get qt to work in VSCode.

    • @ZTwo221
      @ZTwo221 10 месяцев назад

      The power shell I use doesn't recognize any of my commands.

    • @KDABtv
      @KDABtv  10 месяцев назад

      @@ZTwo221 Hi,
      we recommend trying out this template: github.com/KDABLabs/blog-vscode-template

    • @ZTwo221
      @ZTwo221 9 месяцев назад

      @@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.