-
Notifications
You must be signed in to change notification settings - Fork 62
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
[VS19] Move 'WakaTime Settings' menu from Tools to Extensions menu #94
Comments
Sounds good, we should only move it for VS 2019 by detecting if an Extensions menu exists otherwise add it to Tools menu for backwards compatibility with older VS versions. |
Will see if it's possible |
@J-kit is it possible to indicate at least one extension which has this behaviour (a menu under Extensions menu)? |
@gandarez Sure, Resharper and Codemaid |
Need some attention on doing this because couldn't find a way of hiding root menus dinamically. |
+1, after installing the extension I didn't even know where to set my API key until I read this issue and noticed that WakaTime was under "Tools" rather than "Extensions". |
I know this hasn't seen activity in a couple of years, but I wanted to mention that while it's definitely not in a standard place now, not all extensions provide their settings in the Extensions setting menu. In fact, the majority currently installed in my environment have their settings under Tools->Settings->[ExtensionName]. I'm not making a judgment call on which of the two locations is most correct for this extension, just sharing that whoever works on this may want to look into Microsoft's developer guidelines there. In my current environment, of my extensions that actually have standalone settings, these each have them under Tools->Settings.
FWIW, for settings that I need to access at all frequently, I think I do slightly prefer them to live under "Extensions" as well. If I only need them on a rare occasion, I don't much care, as long as they're in one of those 2 places. Anyway, I'm not prescribing what should be done; just throwing some info out there! |
Currently, one can find the extension in Tools -> WakaTime. But I think this is the wrong location.
It should be in Extension -> WakaTime like every other extension
The text was updated successfully, but these errors were encountered: