Clang intellisense limitations

Sysprogs forums Forums VisualGDB Clang intellisense limitations

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #25105
    DeeJayBee
    Participant

    Greetings, and apologies if this has been asked already, but I cannot find it…

    When using the clang intellisense (which is far better than the VC one), CTRL+click does not work for “go to definition”.  Furthermore, typing ‘for’ then pressing tab does not auto generate a for loop; same problem for class declarations (‘class’ + tab and ‘classi’ + tab for inline classes).

    Are these known limitations, and will they ever be implemented?

    Thanks!

    #25106
    support
    Keymaster

    Hi,

    Sorry about that, the Clang IntelliSense indeed handles some commands slightly differently from the native VS IntelliSense (mostly because it has to use older internal interfaces for backward compatibility with older Visual Studio versions).

    The Ctrl-Click is unfortunately not supported, however you can use the regular Go-to-definition command, or the “Go to” button in the top right corner of the edited source file.

    The templates for the ‘for’ loop and other common code constructs should normally work, unless they are filtered out via the buttons at the bottom of the suggestion popup. If they do not appear in the suggestion list, please share a screenshot of the entire VS window demonstrating the problem and we will try to suggest a workaround. Another way to display them would be using the Insert Snippet command (Ctrl-K, Ctrl-X).

    #25111
    DeeJayBee
    Participant

    Thanks!

    Shame about the ctrl-click, that is almost a deal breaker for me for using the clang engine.  Is there no way at all it could be implemented?  If you can control the combo-box that appears via autocomplete, you can surely change the cursor to a hand/underline the current type when CTRL (or whatever the user has configured, ALT in my case) is pressed, then fire the same handler that the “Go to” button invokes?

    And regarding the templates, it seems that (in my case at least) I need to invoke the auto complete manually in order to get the combo box that lists the auto complete types, then press tab to ‘invoke’ the auto selected one.  That is, when I start typing ‘for’ or ‘class’ (or in fact any global symbol name) the combo does not automatically appear, I have to press the keystroke bound to the menu command “Edit->Intellisense->Complete word” to get it to appear, where I can then tab to insert the template.

    In normal intellisense, as soon as I start typing, the combo appears.

    Note that there does not appear to be a problem auto completing object members in clang intellisense; if I make a class declaration with a public member variable or function, then create a static instance, as soon as I press the ‘.’ key, the combo listing members appears.

    Is this by design?

    • This reply was modified 4 years, 10 months ago by DeeJayBee.
    #25118
    support
    Keymaster

    No problem, we have investigated the Ctrl+Click interfaces used by Visual Studio 2017/2019 and were able to support them from the Clang engine. Please try this build: VisualGDB-5.4.106.3192.msi

    You can control whether the suggestion combo box appears by clicking the button with the lightning icon in the bottom left part of the popup. VisualGDB would normally ask whether you want to display the completion popup automatically or manually (by pressing Ctrl-Space) when you use the Clang IntelliSense first time, so most likely you have accidentally selected the manual option there.

    #25119
    DeeJayBee
    Participant

    Thank you, that is truly awesome!  The first time I tried ALT+click (I have configured the alt key not CTRL key) I got a VS exception dialog, but have not done since.  I will continue to play with it and report back if it keeps happening again!

    Thanks greatly once again!

    #25120
    support
    Keymaster

    Good to know it works. The new functionality is very new, so minor hiccups are to be expected. If you encounter strange error messages or otherwise broken functionality, please share more details with us and we will try our best to fix it.

    #25184
    MystikReasons
    Participant

    I’ve got this exception from Visual Studio while using Ctrl + Click with the CLANG intellisense:

    This exception didn’t trigger any crash or something. It just popped up.

    <?xml version=”1.0″ encoding=”utf-16″?>
    <?xml-stylesheet type=”text/xsl” href=”ActivityLog.xsl”?>
    <activity>
    <entry>
    <record>1</record>
    <time>2019/06/20 08:17:04.550</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Microsoft Visual Studio 2019 version: 16.0.29005.117</description>
    </entry>
    <entry>
    <record>2</record>
    <time>2019/06/20 08:17:04.550</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Log ID</description>
    <guid>{0E3706CB-A409-4C0B-BE00-C7F21C65E0EE}</guid>
    </entry>
    <entry>
    <record>3</record>
    <time>2019/06/20 08:17:04.551</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Running in isolation mode.</description>
    </entry>
    <entry>
    <record>4</record>
    <time>2019/06/20 08:17:04.557</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Looking for master PkgDef file</description>
    <path>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\master.pkgdef</path>
    </entry>
    <entry>
    <record>5</record>
    <time>2019/06/20 08:17:04.560</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Creating PkgDefCacheNonVolatile</description>
    </entry>
    <entry>
    <record>6</record>
    <time>2019/06/20 08:17:04.560</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>PkgDefCache flags</description>
    <hr>00013801</hr>
    </entry>
    <entry>
    <record>7</record>
    <time>2019/06/20 08:17:04.596</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Double-checking master pkgdef file</description>
    </entry>
    <entry>
    <record>8</record>
    <time>2019/06/20 08:17:04.599</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>PkgDefManagement initialized</description>
    </entry>
    <entry>
    <record>9</record>
    <time>2019/06/20 08:17:04.599</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>RootFolder</description>
    <path>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\</path>
    </entry>
    <entry>
    <record>10</record>
    <time>2019/06/20 08:17:04.599</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>ShellFolder</description>
    <path>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\</path>
    </entry>
    <entry>
    <record>1714</record>
    <time>2019/06/20 20:17:57.846</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\Src\main.cpp</description>
    </entry>
    <entry>
    <record>1715</record>
    <time>2019/06/20 20:17:57.846</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1716</record>
    <time>2019/06/20 20:17:57.846</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1717</record>
    <time>2019/06/20 20:22:57.839</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1718</record>
    <time>2019/06/20 20:22:57.839</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Src\TMC5160Stepper_GCONF.cpp</description>
    </entry>
    <entry>
    <record>1719</record>
    <time>2019/06/20 20:22:57.840</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1720</record>
    <time>2019/06/20 20:22:57.840</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1721</record>
    <time>2019/06/20 20:22:57.847</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1722</record>
    <time>2019/06/20 20:22:57.847</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1723</record>
    <time>2019/06/20 20:22:57.848</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1724</record>
    <time>2019/06/20 20:22:57.848</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1725</record>
    <time>2019/06/20 20:22:57.856</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1726</record>
    <time>2019/06/20 20:22:57.856</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\Src\main.cpp</description>
    </entry>
    <entry>
    <record>1727</record>
    <time>2019/06/20 20:22:57.856</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1728</record>
    <time>2019/06/20 20:22:57.856</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1729</record>
    <time>2019/06/20 20:24:48.691</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1730</record>
    <time>2019/06/20 20:24:48.691</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1731</record>
    <time>2019/06/20 20:24:48.709</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1732</record>
    <time>2019/06/20 20:24:48.709</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 1</description>
    </entry>
    <entry>
    <record>1733</record>
    <time>2019/06/20 20:27:57.832</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1734</record>
    <time>2019/06/20 20:27:57.832</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Src\TMC5160Stepper_GCONF.cpp</description>
    </entry>
    <entry>
    <record>1735</record>
    <time>2019/06/20 20:27:57.832</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1736</record>
    <time>2019/06/20 20:27:57.833</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1737</record>
    <time>2019/06/20 20:27:57.836</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1738</record>
    <time>2019/06/20 20:27:57.836</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1739</record>
    <time>2019/06/20 20:27:57.837</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1740</record>
    <time>2019/06/20 20:27:57.837</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 1</description>
    </entry>
    <entry>
    <record>1741</record>
    <time>2019/06/20 20:27:57.840</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1742</record>
    <time>2019/06/20 20:27:57.840</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\Src\main.cpp</description>
    </entry>
    <entry>
    <record>1743</record>
    <time>2019/06/20 20:27:57.840</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1744</record>
    <time>2019/06/20 20:27:57.840</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1745</record>
    <time>2019/06/20 20:32:57.837</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1746</record>
    <time>2019/06/20 20:32:57.837</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Src\TMC5160Stepper_GCONF.cpp</description>
    </entry>
    <entry>
    <record>1747</record>
    <time>2019/06/20 20:32:57.837</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1748</record>
    <time>2019/06/20 20:32:57.837</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1749</record>
    <time>2019/06/20 20:32:57.841</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1750</record>
    <time>2019/06/20 20:32:57.841</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1751</record>
    <time>2019/06/20 20:32:57.841</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1752</record>
    <time>2019/06/20 20:32:57.841</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1753</record>
    <time>2019/06/20 20:32:57.845</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1754</record>
    <time>2019/06/20 20:32:57.845</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\Src\main.cpp</description>
    </entry>
    <entry>
    <record>1755</record>
    <time>2019/06/20 20:32:57.845</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1756</record>
    <time>2019/06/20 20:32:57.845</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1757</record>
    <time>2019/06/20 20:37:57.838</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1758</record>
    <time>2019/06/20 20:37:57.838</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Src\TMC5160Stepper_GCONF.cpp</description>
    </entry>
    <entry>
    <record>1759</record>
    <time>2019/06/20 20:37:57.838</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1760</record>
    <time>2019/06/20 20:37:57.838</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1761</record>
    <time>2019/06/20 20:37:57.846</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1762</record>
    <time>2019/06/20 20:37:57.846</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1763</record>
    <time>2019/06/20 20:37:57.846</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1764</record>
    <time>2019/06/20 20:37:57.846</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1765</record>
    <time>2019/06/20 20:37:57.852</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1766</record>
    <time>2019/06/20 20:37:57.852</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\Src\main.cpp</description>
    </entry>
    <entry>
    <record>1767</record>
    <time>2019/06/20 20:37:57.852</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1768</record>
    <time>2019/06/20 20:37:57.852</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1769</record>
    <time>2019/06/20 20:39:17.906</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1770</record>
    <time>2019/06/20 20:39:17.906</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1771</record>
    <time>2019/06/20 20:39:17.906</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1772</record>
    <time>2019/06/20 20:39:17.906</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 1</description>
    </entry>
    <entry>
    <record>1773</record>
    <time>2019/06/20 20:39:20.019</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1774</record>
    <time>2019/06/20 20:39:20.019</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Src\TMC5160Stepper_GCONF.cpp</description>
    </entry>
    <entry>
    <record>1775</record>
    <time>2019/06/20 20:39:20.019</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1776</record>
    <time>2019/06/20 20:39:20.019</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1777</record>
    <time>2019/06/20 20:39:20.095</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1778</record>
    <time>2019/06/20 20:39:20.095</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\Src\main.cpp</description>
    </entry>
    <entry>
    <record>1779</record>
    <time>2019/06/20 20:39:20.095</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1780</record>
    <time>2019/06/20 20:39:20.095</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1781</record>
    <time>2019/06/21 06:55:41.696</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1782</record>
    <time>2019/06/21 06:55:41.696</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1783</record>
    <time>2019/06/21 06:55:41.696</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1784</record>
    <time>2019/06/21 06:55:41.696</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 2</description>
    </entry>
    <entry>
    <record>1785</record>
    <time>2019/06/21 07:00:41.691</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1786</record>
    <time>2019/06/21 07:00:41.691</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1787</record>
    <time>2019/06/21 07:00:41.692</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1788</record>
    <time>2019/06/21 07:00:41.692</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 0</description>
    </entry>
    <entry>
    <record>1789</record>
    <time>2019/06/21 07:03:25.812</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1790</record>
    <time>2019/06/21 07:03:25.812</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1791</record>
    <time>2019/06/21 07:03:25.812</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1792</record>
    <time>2019/06/21 07:03:25.812</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 0</description>
    </entry>
    <entry>
    <record>1793</record>
    <time>2019/06/21 07:04:08.373</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1794</record>
    <time>2019/06/21 07:04:08.373</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1795</record>
    <time>2019/06/21 07:04:08.373</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1796</record>
    <time>2019/06/21 07:04:08.373</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 0</description>
    </entry>
    <entry>
    <record>1797</record>
    <time>2019/06/21 07:05:41.691</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1798</record>
    <time>2019/06/21 07:05:41.691</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1799</record>
    <time>2019/06/21 07:05:41.691</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1800</record>
    <time>2019/06/21 07:05:41.691</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 0</description>
    </entry>
    <entry>
    <record>1801</record>
    <time>2019/06/21 07:09:56.875</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1802</record>
    <time>2019/06/21 07:09:56.875</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1803</record>
    <time>2019/06/21 07:09:56.875</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1804</record>
    <time>2019/06/21 07:09:56.875</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 0</description>
    </entry>
    <entry>
    <record>1805</record>
    <time>2019/06/21 07:10:41.694</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1806</record>
    <time>2019/06/21 07:10:41.694</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1807</record>
    <time>2019/06/21 07:10:41.694</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1808</record>
    <time>2019/06/21 07:10:41.694</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 0</description>
    </entry>
    <entry>
    <record>1809</record>
    <time>2019/06/21 07:12:02.167</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering OnAddVerbInvoked</description>
    </entry>
    <entry>
    <record>1810</record>
    <time>2019/06/21 07:12:02.167</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering AddItem. Persistence data for item: C:\Users\jense\myCloud\01_Elektronik Projekte\Software\TMC5160_StepperMotor_Software\TMC5160_StepperMotor\TMC5160\Hdr\TMC5160Stepper_GCONF.hpp</description>
    </entry>
    <entry>
    <record>1811</record>
    <time>2019/06/21 07:12:02.167</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering TryPromoteItem</description>
    </entry>
    <entry>
    <record>1812</record>
    <time>2019/06/21 07:12:02.167</time>
    <type>Information</type>
    <source>MruList</source>
    <description>Entering PromoteItemAt and found the index of the item to be 0</description>
    </entry>
    <entry>
    <record>1813</record>
    <time>2019/06/21 07:13:46.499</time>
    <type>Error</type>
    <source>Editor or Editor Extension</source>
    <description>System.OperationCanceledException: The operation was canceled. at d42.Goto(VSStd97CmdID d, IVsTextView b, Int32 e, Int32 a, TextSpan&amp; c) at pk2.Navigate(INavigableRelationship a) at Microsoft.VisualStudio.Language.Intellisense.Implementation.GoToDefMouseHandler.PreprocessMouseUp(MouseButtonEventArgs e) — End of stack trace from previous location where exception was thrown — at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)</description>
    </entry>
    </activity>

    #25187
    support
    Keymaster

    It looks like you have started the Go-to command and than canceled it. The message can be safely ignored.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.