Results 102 comments of Anton-V-K

I doubt the addon is (or will be) maintained, so it is unlikely the needed functionality will be implemented :( Anyway if you use VS2017 you can try `Ctrl+;` (navigation...

I've taken a look into the code and found the fragment in `\VSFileNav\VSNav\Code\Gathering\EventManager.cs`: ``` this.cSharpProjectEvents = dte.Events.GetObject("CSharpProjectItemsEvents") as ProjectItemsEvents; this.vbProjectEvents = dte.Events.GetObject("VBProjectItemsEvents") as ProjectItemsEvents; this.webProjectEvents = dte.Events.GetObject("WebSiteItemsEvents") as ProjectItemsEvents; ```...

Installing extra features is a good workaround. Though with a small free space (on some SSDs) it may present a challenge... And I'd expect the issue to be fixed other...

The problem still happens with VS2017 15.9.9 :( The fix seems to be straightforward - it is enough to catch `System.Runtime.InteropServices.COMException` in `GetDTE()` (in `\VSFileNav\VSNav\Code\Gathering\EventManager.cs`): ``` try { this.webProjectEvents =...

The issue happens with names like `WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe` (~67 letters, which are probably handled as 2-byte characters) on Windows 10 64-bit with Python 3.9.7 32-bit: ![2021 10 25-Task_Manager-very_long_process_name](https://user-images.githubusercontent.com/20116984/138696742-addc3901-7f38-4ec3-a2e1-b45e45666602.png) The test script:...

The mentioned panels make it hard to read content in wide tables - refer to https://github.com/MicrosoftDocs/visualstudio-docs/issues/7477 and https://github.com/MicrosoftDocs/visualstudio-docs/issues/5558 for specific pages (with screenshots)

[Use RAML for Websocket definition](https://documentation.tricentis.com/tosca/1220/en/content/tbox/api_raml_ws.htm) (as an example)

I think, the Traccar Client may show a question asking whether to enable "Location" if the service is started. See also #141

Are the code conflicts resolved already? Is this feature ready for releasing?

Probably I have the same issue with high power use by Traccar Client which I keep running on my smartphones (Doogee X5 Max and UHANS A101, both with Android 6.0)....