Code Monkey home page Code Monkey logo

visual-studio-power-mode's People

Contributors

2a5f avatar hahn-kev avatar jeanphilippekernel avatar liammorrow avatar mochimazui avatar parnic avatar professorstrawberry avatar qsyttkx avatar t-johnson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

visual-studio-power-mode's Issues

Add toggle on/off by keyboard shortcut

Could you please add toggle on/off functionality? Best would be to have a keyboard shortcut for that.

Currently it's only possible to enable/disable the extension and that requires a Visual Studio restart.

Color Issue

We can't change color of explosion particle,.

Doesn't support any product

09/03/16 16:13:05 - Microsoft VSIX Installer
09/03/16 16:13:05 - -------------------------------------------
09/03/16 16:13:05 - Initializing Install...
09/03/16 16:13:05 - Extension Details...
09/03/16 16:13:05 - Identifier : PowerMode.Liam Morrow.53e86655-8a9a-4544-ac12-4aef42035b5f
09/03/16 16:13:05 - Name : PowerMode
09/03/16 16:13:05 - Author : Liam Morrow
09/03/16 16:13:05 - Version : 1.1.5
09/03/16 16:13:05 - Description : An extension that attempts to clone the power mode in Atom found here : https://atom.io/packages/activate-power-mode
09/03/16 16:13:05 - Locale : en-US
09/03/16 16:13:05 - MoreInfoURL :
09/03/16 16:13:05 - InstalledByMSI : False
09/03/16 16:13:05 - SupportedFrameworkVersionRange : [4.5,)
09/03/16 16:13:05 -
09/03/16 16:13:05 - Supported Products :
09/03/16 16:13:05 - Microsoft.VisualStudio.IntegratedShell
09/03/16 16:13:05 - Version : [11.0,14.0]
09/03/16 16:13:05 -
09/03/16 16:13:05 - References :
09/03/16 16:13:05 - -------------------------------------------------------
09/03/16 16:13:05 - Identifier : Microsoft.VisualStudio.MPF
09/03/16 16:13:05 - Name : Visual Studio MPF
09/03/16 16:13:05 - Version : [11.0,13.0)
09/03/16 16:13:05 - MoreInfoURL :
09/03/16 16:13:05 - Nested : No
09/03/16 16:13:05 -
09/03/16 16:13:05 -
09/03/16 16:13:05 - Searching for applicable products...
09/03/16 16:13:06 - Found installed product - Microsoft Visual Studio Express 2015 for Windows Desktop
09/03/16 16:13:06 - Found installed product - Global Location
09/03/16 16:13:06 - Found installed product - AtmelStudio
09/03/16 16:13:06 - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
at VSIXInstaller.App.InitializeInstall(Boolean isRepairSupported)
at VSIXInstaller.App.InitializeInstall()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()

Buggy when using Refactor.Rename

When using Refactor.Rename (F2 Ctrl-R, Ctrl-R) in Visual Studio 2015, the extension behaves strangely:

  • Particle performance becomes very slow after a few seconds
  • Particles remain "stuck" on the screen after typing is completed

ArgumentException: Visual Studio 2019

I get an argument exception when I run this extension in visual studio 2019 on Windows 10.

Here are the logs:

687 | ERROR | System.ArgumentException: The specified SnapshotPoint or SnapshotSpan  is on a different ITextSnapshot than this SnapshotSpan.   at Microsoft.VisualStudio.Text.SnapshotSpan.EnsureSnapshot(ITextSnapshot requestedSnapshot)   at Microsoft.VisualStudio.Text.SnapshotSpan.Contains(SnapshotPoint point)   at Microsoft.VisualC.CppReferenceHighlighter.<>c__DisplayClass19_0.<UpdateAtCaretPosition>b__0(SnapshotSpan s)   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)   at Microsoft.VisualC.CppReferenceHighlighter.UpdateAtCaretPosition(CaretPosition caretPosition, ITextView view, NormalizedSnapshotSpanCollection changedSpans)   at Microsoft.VisualC.CppReferenceHighlighter.ViewLayoutChanged(Object sender, TextViewLayoutChangedEventArgs e)   at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args) --- End of stack trace from previous location where exception was thrown ---   at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject) |   |   | Editor or Editor Extension | 2020/05/26 09:12:43.955
-- | -- | -- | -- | -- | -- | --
688 | ERROR | System.ArgumentException: The specified SnapshotPoint or SnapshotSpan  is on a different ITextSnapshot than this SnapshotSpan.   at Microsoft.VisualStudio.Text.SnapshotSpan.EnsureSnapshot(ITextSnapshot requestedSnapshot)   at Microsoft.VisualStudio.Text.SnapshotSpan.Contains(SnapshotPoint point)   at Microsoft.VisualC.CppReferenceHighlighter.<>c__DisplayClass19_0.<UpdateAtCaretPosition>b__0(SnapshotSpan s)   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)   at Microsoft.VisualC.CppReferenceHighlighter.UpdateAtCaretPosition(CaretPosition caretPosition, ITextView view, NormalizedSnapshotSpanCollection changedSpans)   at Microsoft.VisualC.CppReferenceHighlighter.ViewLayoutChanged(Object sender, TextViewLayoutChangedEventArgs e)   at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args) --- End of stack trace from previous location where exception was thrown ---    at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject) |   |   | Editor or Editor Extension | 2020/05/26 09:12:47.571
689 | ERROR | System.ArgumentException: The specified SnapshotPoint or SnapshotSpan  is on a different ITextSnapshot than this SnapshotSpan.   at Microsoft.VisualStudio.Text.SnapshotSpan.EnsureSnapshot(ITextSnapshot requestedSnapshot)   at Microsoft.VisualStudio.Text.SnapshotSpan.Contains(SnapshotPoint point)   at Microsoft.VisualC.CppReferenceHighlighter.<>c__DisplayClass19_0.<UpdateAtCaretPosition>b__0(SnapshotSpan s)   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)   at Microsoft.VisualC.CppReferenceHighlighter.UpdateAtCaretPosition(CaretPosition caretPosition, ITextView view, NormalizedSnapshotSpanCollection changedSpans)   at Microsoft.VisualC.CppReferenceHighlighter.ViewLayoutChanged(Object sender, TextViewLayoutChangedEventArgs e)   at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args) --- End of stack trace from previous location where exception was thrown ---    at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject) |   |   | Editor or Editor Extension | 2020/05/26 09:12:47.620

Keystroke sound effects

I would like to be able to add sound effects of different keys, for example able to add one sound when ctrl-copy another for paste another when pressing space, enter. Also perhaps array of 5 different when typing letters and numbers to add some randomness to it. This would allow me to add typewriter sounds or others if I want to change. Should be possible to switch on/off aswell.

An error occurred loadting this property page

when trying to access powermode in options on VS pro2012 i get that message.
in the activityLog the following appears:

469 ERROR Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
C:\USERS\IFTACHY\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\OVR5PBIJ.LCG\PowerMode.dll Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost 2016/04/21 08:25:42.169
470 ERROR Could not load file or assembly 'Microsoft.VisualStudio.Shell.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
C:\USERS\IFTACHY\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\OVR5PBIJ.LCG\PowerMode.dll Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost 2016/04/21 08:25:42.169
471 ERROR Could not load file or assembly 'Microsoft.VisualStudio.Shell.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
C:\USERS\IFTACHY\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\OVR5PBIJ.LCG\PowerMode.dll Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost 2016/04/21 08:25:42.169
472 Successfully created cache for 'MICROSOFT.VISUALSTUDIO.DEFAULT' catalog
C:\Users\iftachy\AppData\Local\Microsoft\VisualStudio\11.0\ComponentModelCache\Updated\MICROSOFT.VISUALSTUDIO.DEFAULT.cache Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost 2016/04/21 08:25:42.169
473 Warning Performance warning: String load failed. Pkg:{00000000-0000-0000-0000-000000000000} LANG:0409 ID:1003 VisualStudio 2016/04/21 08:25:43.360
474 Warning Performance warning: String load failed. Pkg:{00000000-0000-0000-0000-000000000000} LANG:0409 ID:1004 VisualStudio 2016/04/21 08:25:43.361
475 Entering function CVsPackageInfo::HrInstantiatePackage {E269B994-EF71-4CE0-8BCD-581C217372E8} VisualStudio 2016/04/21 08:25:43.362
476 Begin package load [Microsoft.VisualStudio.Editor.Implementation.EditorPackage] {E269B994-EF71-4CE0-8BCD-581C217372E8} VisualStudio 2016/04/21 08:25:43.363
477 End package load [Microsoft.VisualStudio.Editor.Implementation.EditorPackage] {E269B994-EF71-4CE0-8BCD-581C217372E8} VisualStudio 2016/04/21 08:25:43.385
478 Entering function CVsPackageInfo::HrInstantiatePackage {4E687EAE-AE26-4139-B888-A0AE8C2E16FF} VisualStudio 2016/04/21 08:25:45.441
479 Begin package load [PowerModePackage] {4E687EAE-AE26-4139-B888-A0AE8C2E16FF} VisualStudio 2016/04/21 08:25:45.442
480 ERROR CreateInstance failed for package [PowerModePackage] {4E687EAE-AE26-4139-B888-A0AE8C2E16FF} 80070002 VisualStudio 2016/04/21 08:25:45.447
481 ERROR End package load [PowerModePackage] {4E687EAE-AE26-4139-B888-A0AE8C2E16FF} 80004005 - E_FAIL VisualStudio 2016/04/21 08:25:45.447

How do you turn it on?

I have VS 2015 - I installed it, opened up VS and nothing? No options, no shaking, no particles. How do you turn it on?

(Also why is this not a vsix so it can be installed easier?)

Undo is very slow

Using VS12, when I keep pressing CTRL-Z to undo many things, this extension causes the operations to be super slow.

Doesn't work in VS 2012

When trying to load the extension, it fails to load.

Under Tools>Option>Power Mode, it gives a prompt saying "An error occurred loading this property page"

Colour change

The particle colour option does not affect the colour of the particles and resets to default when I open the options window again.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.