How to use vi/vim/gvim seamlessly with visual studio 2008? - vim

I tried viEmu trial version but it failed to start.
Please give some alternate suggestions??

You can use the visual_studio.vim script to integrate gvim and Visual Studio, depending on what version you're using. The vim Wikia has more information: http://vim.wikia.com/wiki/Integrate_gvim_with_Visual_Studio

Stick with it and get ViEmu working -- you really get the best of both VI and VS. The guy who makes it, Jon, is really nice and very helpful. Contact him through the site and he'll help you get it going and probably extend your trial for you.

Related

Android Studio Team collaboration

Is there any way to work in collaboration in Android Studio or IntelliJ?
Yes, I know about Git, but that requires pushing and pulling which is time consuming if you want to edit very small things (a single line).
Something real time would be great.
I took a look at Floobits, just not sure if we're willing to pay for something I have no idea about.
I could see that some editors like Visual Studio Code and Atom have some real-time editing solutions, but that makes running the code a bit harder.
Can someone tell me any way to achieve this?

Sass, NOT SCSS in visual studio 2012

Can someone please tell me how to get syntax highlighting for .sass, please no .scss help. I have installed every plugin or Nuget package i could find, and they all say sass support. But they mean scss, i wish they did not have the same name, because this is driving me insane.
I can compile .sass just fine, just my file looks like a plain text file.
Lastly, am i crazy or does VS simple not allow you to create a .sass file? I know i can create another file and rename it to .sass, but that seams real real dumb.
Thanks for any help, ill get everyone i know to in the world to up vote your answer lol.
For anyone still looking for an answer. the only plugin that worked for me is SassyStudio it's free and generate css and minification as well.
.scss is the file extension sass is the name
Mindscape Web Workbench has a visual studio extension for it recommend by scott hanselman
or you could also look at sassy studio.
all the best

Using Gnuwin32 with Visual Studio (VC++)

Can someone explain me or direct me to some usefull links which tell how to make Visual Studio 2008 use Gnuwin libraries. And please tell me which Gnuwin package I should download.(Windows xp) I have been tring hours with out any luck.
This is related to the question I asked here.
Thank You
I found an answer for this and posted it my earlier question. In this case I am using GnuWin32/gsl library. It should be same for other GnuWin32 libs too. Follow this to see what I found.
Thank you every one for trying to help me

How to use F# with mono on linux?

I have had difficulty figuring out how to use F# on Linux - I would really appreciate help.
Well, My box: Ubuntu, mono, fsharp, emacs and fsharp-mode
with fsharp-mode you have
highlighting
interactive console
emacs :-).
Also, you can try to install .net 2.0 on wine (with winetricks for example) together with sharpdevelop 2.2.
Personaly i've decided to use emacs and fsharp-mode.
UPDATE:
another option is to use regular editor such as kate in OCaml mode but it can be inconvenient due to differences between languages.
Here's a similar question with detailed answers:
How to get F# working with Mono?
Simple example of compilation command can be found at here:
http://gist.github.com/raw/144209/02f2f4450ed8261c5e4f3c18055de89ff0db9612/FebKit.fs
This question is quite old now, but this can help other people. In CodePlex there is a project called F# cross-platform packages and samples. It has some linux packages (and also for Mac). Click here for the download page.
Google for F#, and the very first entry that comes up is http://research.microsoft.com/en-us/um/cambridge/projects/fsharp/ - and one of the first things on that page is:
Download F# now --> Visual Studio 2010, or CTP Update for Visual Studio 2008 or standalone compiler+library ZIP, for Mono and Windows
Have you installed that, and is something not working for you?
Keke, this is a late answer, but I have a post that explains how you can install F# under Linux and Mac systems. It assumes you understand how to compile software for Linux.
Here it is: http://blog.gnucom.cc/2009/installing-f-on-ubuntu-8-04/
Let me know what you think.

Running Resharper code analysis outside of Visual Studio

Resharper includes various analysis rules which can be run on your solution from inside Visual Studio but is it possible to run these from say the commandline or as part of your autobuild? Resharper seems to be focused on running in Visual Studio but can it be invoked on solution or project files from outside the IDE?
UPDATE: Seems like TeamCity 7.0 EAP includes a way to execute the code-analysis while building
(blog post) so at least it can somehow be invoked and utilized as part of a CI process.
No, this feature is not currently offered by ReSharper. There is a thread on the JetBrains website related to this question and it can be found here.
Here's a quote:
Currently ReSharper has no interface
from running in a standalone batch
application. However, it is possible
to write such an application that
provides the functionality you're
looking for using ReSharper OpenAPI.
So apparently you could use the ReSharper OpenAPI to create the functionality you want; unfortunately, I haven't had any experience in using it so I'm not much help there.
Some links of interest...
ReSharper OpenAPI Developer Community
ReSharper public API and sample source code (aka. ReSharper PowerToys)
I think you want the functionality provided by fxCop. I am not aware of Resharper functioning outside of Visual Studio.
Looks like they're listening! First version available as a 30-day demo now: http://blogs.jetbrains.com/dotnet/2013/03/resharper-code-analysis-goes-beyond-visual-studio/
If you're looking for compliance of code to standards, take a look at StyleCop. You can tie it into msbuild and run the rules outside of the IDE.
No, it can not be run from commandline. I still hope that they add this feature since I requested it last october :)

Resources