https://github.com/hjlebbink/vsix-bug-quickinfosession
Simple VSIX project for VS2015/2017 that sports a bug
https://github.com/hjlebbink/vsix-bug-quickinfosession
bugs vsix vsix-extensions
Last synced: about 1 year ago
JSON representation
Simple VSIX project for VS2015/2017 that sports a bug
- Host: GitHub
- URL: https://github.com/hjlebbink/vsix-bug-quickinfosession
- Owner: HJLebbink
- License: mit
- Created: 2018-06-22T18:37:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T10:41:27.000Z (almost 7 years ago)
- Last Synced: 2025-05-31T14:28:15.852Z (about 1 year ago)
- Topics: bugs, vsix, vsix-extensions
- Language: C#
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vsix-bug-quickinfosession
Simple VSIX project for VS2015/2017/2019 that sports an annoying bug that stalls some important features in [AsmDude](https://github.com/HJLebbink/asm-dude) 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

(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

See Issue [here](https://github.com/Microsoft/vs-editor-api/issues/11).
## 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](https://stackoverflow.com/questions/46793168/quickinfosession-is-dismissed-prematurely-when-using-usercontrols-in-quickinfoco?noredirect=1#comment88979250_46793168)
2. MSDN forum [here](https://social.msdn.microsoft.com/Forums/vstudio/en-US/7084cf4c-639a-4aaf-9027-b71cdad27acd/tooltip-with-quickinfosession-with-a-usercontrol-instead-of-a-string?forum=vsx#7084cf4c-639a-4aaf-9027-b71cdad27acd)
3. MSDN forum [here](https://social.msdn.microsoft.com/Forums/vstudio/en-US/629225b5-2a53-4313-8526-6644013ab120/quickinfosession-is-dismissed-prematurely-when-using-usercontrols-in-quickinfocontent?forum=vsx#629225b5-2a53-4313-8526-6644013ab120)