Sublime Text 3, Sidebar enhancements not working - sublimetext3

I have installed the sidebar enhancements package using the package installer in ST3 on Windows 10.
The installation does not seem to have worked correctly.
Right clicking the sidebar only shows a few options.
I've tried reinstalling it but the problem persisted.
Can anyone help?

Related

Is there an extension in Visual studio code to get actually installed versions of packages from package.json?

In WebStorm there's a great way to know which version of a package actually installed in your node_modules, by ctrl+hovering on the package name in package.json. Is there an extension with a similar funtionality in VS code? Tried this one https://marketplace.visualstudio.com/items?itemName=ldd-vs-code.better-package-json
But it seems abandoned
The VersionLens extension can do this.
To get it to automatically show the versions like WebStorm:
Install the extension.
In the extension list, click the gear and choose Extension settings.
Scroll to the bottom and check the box for Show on startup.
Then restart VSCode. It won't show the versions instantly because it has to analyze the dependencies, but they will show up after awhile.

Can't Install Plugins in Android Studio

I'm trying to get Flutter/Dart plugins set up in Android Studio but I'm having a ton of trouble.
The Plugin Browser doesn't work at all. I tried with different internet connections and with my firewall totally off but still got nothing. Also tried reinstalling fully to no avail. I added a repository manually but it doesn't connect to it. I can go to that link in my web browser without any issue.
I tried installing the Dart/Flutter plugins from the disk too and it throws a different error
Plugin 'Dart' is incompatible with this installation
I've also tried enabling "auto-detect proxy settings" in the HTML Proxy settings and this didn't help either.
I'm running the latest version of Android Studio (3.5.3) on a Windows 10 Home machine. I tried to downgrade to 3.1.2 and that didn't help either.
Not sure what to do to get this working - any help would be awesome!
The issue was resolved by reinstalling again. Not sure what fixed it sepcifically since I already had tried reinstalling, but it worked this time around. Thanks all!
I recommend you to go through the link https://medium.com/flutterpub/installing-flutter-in-android-studio-ec135911ceea. It is just a simple wizard to setup flutter in Android Studio.

WIX in VS 2012 Menu and Commands missing

I just installed WIX 3.10 and I'm using VS 2012 Ultimate. I have then successfully added a WIX setup project to my solution but that's about as far as I can go because the WIX menu is not showing up. The commands buttons that should appear at the top of the solution explorer window does not appear, neither does the shortcut button that appears just below the 'clean' button when you right click the project. I have tried uninstalling and restarting my PC several times but still the same.
snap shot of the solution explorer window.
I'm obviously missing something, but what? Thanks very much.
The designer you're looking for is from a 3rd party commercial product:
https://www.add-in-express.com/wix-designer/index.php
Normally one would write most Wix files by hand. It's relatively simple XML and the documentation isn't bad.
You can install the extension: Tools -> Extensions and Updates
Then in the search box type 'wix' and Enter.
The extension name is 'Designer for Visual Studio Wix Setup Projects':

Android Studio Setup Wizard Stuck on Downloading Components

So far, I've run into a brick wall when trying to open Android Studio. Installation seems to run fine, but when I open the program for the first time, I am greeted with the setup wizard which informs me that it will be downloading components.
The first line in the dialog box tells me that the sdk has been installed in a specific location, which it then lists.
At the bottom, there are greyed-out navigation buttons for 'Back' 'Next' and 'Finish'. The 'Cancel' button is active, but when I click it, nothing happens.
There is no button for 'Show Details' to reveal what is going on behind the scenes.
Basically, this screen does not advance. I have tried on multiple different internet connections. I am not using a proxy.
When I hit cancel, the button becomes greyed-out, and nothing happens. The only way to exit the screen is to force close it in Task Manager.
I have tried running as an administrator.
I am currently running Windows 8.1.
Any ideas what is wrong?
You can download the latest components manually.
Go to C:\Users\Username\AppData\Local\Android\sdk
Open SDK Manager.exe
Update the packages.
Start Android Studio.
Solution for now was to use an older stable version. 1.0.2 worked fine.
Uninstall Android Studio and clean all the junk files, then reinstall it should fix that!
First, Run "Control Panel" ⇒ "Programs and Features" ⇒ Uninstall "Android Studio"
Then make sure to delete any of these files if exist:
C:\Users\username\AppData\Local\Android\Sdk (this directory contains the SDK).
C:\Users\username\.android
C:\Users\username\.AndroidStudioX.X
C:\Users\username\.gradle
C:\Users\username\AndroidStudioProjects (these are the Android projects written by you)
I deleted the folder /Users/USER_NAME/Library/Android/sdk and it worked.

Visual Studio 2013 Update 4 removes custom colors for classes

I've been using custom editor colors for Visual Studio for a few years now, through several versions. I just updated 2013 to Update 4, and now all my colors got screwed up. I reset to the default dark theme to go from there, and I noticed you can no longer change the color of classes and structs, or any identifier for that matter (I use C#). Instead they use the default color. What is happening?
EDIT: This seems to have occurred for VS2012 as well...
I found the source of my problem: Color Theme Editor Extension
It turns out that when the problem occurred I had the color theme editor installed on VS2013 Pro and VS2012 Pro. Even after I disabled it in VS2013, the problem remained in VS2013 Pro and VS2012 Pro and Express for Windows Desktop, so I dismissed that as the cause at first.
What was odd is that it did not occur in VS2013 Express for Windows Desktop. Resetting Visual Studio (any problematic version) to default settings did not fix the problem, it only made it less noticeable. I still had custom fonts and colors from my VS2013 Express installation, so I exported them then imported them into VS2013 Pro.
For anyone else who seems to be getting this issue because of this extension, try installing 2013 Express and re-creating your custom fonts and colors there, and importing the settings back into Premium/Professional/Ultimate. I am not sure if it will work for everyone, but doing that with my previous install worked for me.

Resources