Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Telemetry for Which IntelliSense Is Currently Selected #1096

Closed
mjbvz opened this issue Jun 23, 2016 · 0 comments
Closed

Add Telemetry for Which IntelliSense Is Currently Selected #1096

mjbvz opened this issue Jun 23, 2016 · 0 comments
Assignees

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Jun 23, 2016

With NTVS 1.2, we would like to understand if user ever switch from the default ES6 IntelliSense mode back to ES5 IntelliSense. We really want to move users off of ES5 IntelliSense as much as possible, and having this data would help us identify potential issues that are keeping users on ES5 and help us plan out the longer term removal of the ES5 IntelliSense option.

mjbvz added a commit to mjbvz/nodejstools that referenced this issue Jun 30, 2016
Bug
We would like to understand what IntelliSense level users are on and when they change IntelliSense levels. This will help us identify adoption of the ES6 analyzer as well as any potential issues keeping people on the old analyzer. It also helps us plan the phase out of the old analyzer

Fix
Adds two telemetry points:

* IntelliSenseLevelChanged - General, IntelliSense level has changed event. Sent when user changes the level through the options.
* IntelliSenseActivatedForProject - Logged for each project when the project is first loaded or when the intellisense level is changed.

Closes microsoft#1096
@mjbvz mjbvz self-assigned this Jun 30, 2016
@mjbvz mjbvz removed the in-progress label Jul 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant