I just tried switching over to Atom editor, things are going well.
I did use webstorm / Visual studio and they have some great features like Control +Click to go to definition.
I have tried searching for a package but can't seem to find one.
For example Control + Click on a definition would popup a window with all the possibilities
Anyone know anyway of getting this ?
Thanks
As far as I know they need to build still.
https://github.com/atom/atom/issues/2256
Related
so I'm trying to make a radio app using Xamarin.Forms. I decided to use MediaManager, but I've run into some issues with the packages. I've downloaded everything from nuget, but it doesn't seem to be working right. Every example I've seen uses Plugin.MediaManager.Abstractions to control playback, but VisualStudio says that this doesn't exist. Also, I can't say using Plugin.MediaManager at all instead it is having me use using MediaManager which is fine but no one else seems to be doing it that way. At this point I don't know if MediaManager has changed or if it's something with my computer (Mac). Any advice would be appreciated. I just want to figure out how to use IPlaybackController.
In the Roslyn version of CodeRush we seem to have lost the option to disable CodeRush via the DevExpress menu. Any idea how it can be done now? I don't want to uninstall it, just want to troubleshoot a very delayed right-click menu.
Currently your only option to completely disable CRR is what Josh describes in his comment.
Tools -> Extensions and updates
Locate and select 'CodeRush for Roslyn'
Press the disable button
VS will remind you that this operation will require VS to restart in order to take effect.
Whilst this might seem awkward, it is in keeping with the standard and is the proper way to do these things. Anything else would be more like by-passing than disabling.
This technique will ensure that Studio does not load CRR in the first place and will categorically exonerate CRR of responsibility for any residual delay on your right click menu.
If you need any further help with CRR, please feel free to visit our support center. http://devexpress.com/sc
Im running Aptana IDE for developing on a lamp setup. I have looked all over the place in the options to try and find if I can move the text editors file tabs to the side instead of lined up along the top. Any googling I attempt for this just gives me results for changing tab widths and stuff like that, so im having to ask the question here instead.
It doesn't look possible. That would be a limitation of the underlying Eclipse platform on top of which Aptana is built. You could file a feature request here: https://bugs.eclipse.org/bugs/.
This was possible in Aptana 3.4.2. (at least to have them on the bottom) - however I can't find it in 3.6.0. so it looks like it's no longer possible.
I am not able to format/align the javascript code using ctrl+K+D in vs 2008. Am i missing some setting?
PLease let me know what should i do inorder to make this happen.
Make sure you have SP1 of VS 2008 installed. Formatting for javascript was added with it.
See this blog post.
the only thing i've come across that stops this from working is when there is an error somewhere in the javascript. seems like a silly answer, but its all i've got.
The menu option is Edit -> Advanced -> Format Document. On my system this is mapped to Ctrl+E, then D.
If that doesn't work, you should check your Errors window for problems with the Javascript code itself.
Is there a way to add a comment/uncomment css line/s button to the menu in the VS2008 css editor? Other than adding a macro. Thanks.
There is not a way, quite a few people have wondered why they'd leave this out. Here's the most detailed way I've seen to add a macro by Brian Schmitt. I know it's not what you want, but he also outlines how to add it as a keybind, meaning you could make the Ctrl+K,Ctrl+C work for commenting lines in CSS files just like it does in code files now. It's a little work to setup, but if you're used to the Ctrl+K, Ctrl+C it's really nice to have it work everywhere.
I believe it's the closest you can come to what you're after until they add it as a built in keybind.