Im writing a visual studio extension for voice controlling intellisense, starting a ctrl-space autocomplete sometimes triggers a history event.

Michael Six 26 Reputation points
2023-01-14T16:21:09.5766667+00:00

Hi like my title say.
Im triggering a auto complete to parse the data to a voice controller. It works quite well but there is some behavior of visual studio that when triggering the autocomplete it changes the whitespaces?

I mean the voice control is really useful, you can say local names and reduce strain on arms, but anytime you start a autocomplete by moving the cursor it will try to insert empty spaces / formatting which makes it unusable.

I was about to work with the undo history to have my own implementation but this seems to be broke in the latest version of visual studio.

TLDR have it optional to insert whitespaces on session start.

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
{count} votes