Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-378

VS2013 IntelliSense doesn't work when Qt is compiled in a namespace

    XMLWordPrintable

Details

    • c69a9dac77c67310bc837826c1bab51286fec6d1

    Description

      Using Visual Studio 2013 (and 2012), if Qt is configured with a namespace with

      ./configure -qtnamespace MyNameSpace

      Then the debugger visualizer installed by the add-in doesn't work because the names need to be fully qualified in a natvis file.

      ("C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Packages\Debugger\Visualizers\qt5.natvis")

      Workaround:
      Search : <Type Name="
      And Replace with: <Type Name="MyNameSpace::

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mecfc Miguel Costa
            jmerel@druide.com Jonathan Mérel (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes