Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 2.05 KB

README.md

File metadata and controls

29 lines (16 loc) · 2.05 KB

vsix-bug-quickinfosession

Simple VSIX project for VS2015/2017/2019 that sports an annoying bug that stalls some important features in AsmDude for almost 2 years.

This minimal extension creates a filetype with extension .xyz. If you run (debug) this extension and open a (text) file with extension .xyz, hovering the mouse over any word will show a tooltips with the described bug. I tested this extension with VS2017 15.7.4 and VS2019 16.3.0. For convenience a dedicated output window will be opened with some logging from this extension.

I you have any questions, don't hesitate to ask me.

Bug behaviour when using QuickInfo Tooltips:

BUG 2: Wrong Source for Ctrl+C

tooltip-jumps

(Note: selecting the word 'clipboard' does not show up in the gif, but the word is selected with a left mouse double click, and then copied with Ctrl+C. Pasting on line 6 is done with Ctrl+V)

BUG 1: Redraw of window at position of mouse

tooltip-jumps

See Issue here.

Previous use of this Project

This project has also been used to describe other bugs, but these bugs seem resolved in VS 15.7.4

  1. See SO here
  2. MSDN forum here
  3. MSDN forum here