Using vim commands in Eclipse [closed] - eclipse

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am very hesitant to ask this question, at the risk of being downvoted & flamed, but I searched & searched, & the most recent thread I can find is from almost 2 yrs ago, so I figure the answer might be different now as technologies have progressed...
That said, the question is the same as it was 2 yrs ago when someone else asked it: I'm a C/C++ developer trying to migrate from vim to Eclipse (in Linux) but really miss the vim commands! It looks like the best choices are Vimplugin, Vrapper, Eclim, Viplugin.
Can anyone share their experiences using these (pros/cons, great features/bad features)? Then perhaps after a couple of people have shared their experiences, anyone who agrees can upvote to demonstrate agreement.
(I realize these types of questions are often frowned upon by experienced users, but they can be immensely helpful to us newbies, so it is much appreciated :-)
thanks!

Related

Open source and cross platform application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I would like to know what would be the best programming languages to develop an open source that can work on mainly windows and mac.
any person should be able to change the source code if he/she wanted to without the need to recompile it. this is to allow further development and bug fixing.
The application does not require a massive computational resources and it would have a GUI.
what would you recommend?
the only thing i have in mind is to do the application using matLab. any other choice?
Many thanks for your feedback,
Python. There are many IDEs available, and the code is extremely readable. The community also maintains excellent documentation. I would advise against using Matlab to develop Open Source Software because Matlab itself is not an open source program. Maybe since you are talking about something mathematical, an open source alternative could be Octave? But I don’t really know what you mean by an application. Hope anything I suggested helped.

What's the best way to start using Lift? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm a Ruby on Rails developer and I'm very intrigued by what Lift has to offer, but I'm having a very hard time getting together some good resources/documentation to start off.
Should I use Lifty? I can't manage to get it working under sbt 0.12; Is there another tool for code generation?
Is there a way to see snippet changes live on the development server without spending money on JRebel?
Going around on some forums i saw that Manning's Lift in Action is not up-to-date; is there any other tutorial-style book I can look into to grasp the basics on how to make a Lift app from scratch? I found many guides but none of them gives me a clear path on how to work with Lift.
Is there a way to see snippet changes live on the development server
without spending money on JRebel?
JRebel is free for Scala developers - just get yourself an account at my.jrebel.com

what's the state of go language IDE support? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Can anyone share his experience working with go in one of the three java IDE giants -I mean eclipse, netbeans and JIdea
--
there's a similar question here https://stackoverflow.com/questions/1737098/is-there-an-ide-for-go but I think it's a little outdated, almost a year ago...
There is a page at http://go-lang.cat-v.org/text-editors/ which describes methods for getting various text editors and IDEs, including Eclipse and IntelliJ IDEA, to play nicely with Go. Both GEdit and Vim have decent support, having defined methods for integration with GoCode, a code completion daemon, and syntax highlighting.
There's this: http://code.google.com/p/goclipse/, but it's in the alpha stages of development. Could do with a little bit of love.
Vim, Emacs or LiteIDE http://code.google.com/p/golangide/

Best T/SQL Formatting Add-In for SQL Server Management Studio [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Does anyone know of a real good SSMS Add-In that beautifies T/SQL, isn't too expensive and also does things around best practices for T/SQL formatting?
I'm well aware of Red Gate's tool, but ~$300 is quite a killer amount.
http://www.red-gate.com/products/SQL_Refactor/index.htm
I've seen this Add-In, but it's purely about indentation.
http://www.wangz.net/sqlpp/ssmsaddin.html
Neither solution addresses the commenting and header best practices.
I came across this tool:
http://www.apexsql.com/sql_tools_refactor.asp
It's pretty good for a free product. Nothing beats the Red Gate tools however.
Have you tried SQL Enlight?
These ones have some basic features
http://www.sqlinform.com/free_online_sw.html
http://www.dpriver.com/pp/sqlformat.htm

Open Source Metadata Management Tool [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm not sure "Metadata Management" is the right term....
Basically, I have a client who asked for recommendations on "Metadata Management" tools with regard to a data warehousing project they have. I'm guessing the term has to do with creating something like a data dictionary, but I have relatively little experience in this area and am asking from a point of ignorance.
I've been told (but have not seen firsthand) that the client is currently using Excel as their current tool for "Metadata Management", but would like something slightly more robust.
If anyone can shed some light on this term and possibly some open source solutions, I'd appreciate it.
I was going to suggest a free wiki like MoinMoin so that they could create a "web" of terms, but I'm not sure if this is the right path.
Have you looked at CA Erwin Community Edition?