Is there a way to use Eclipse's keymap inside Cloud9 IDE (c9.io) ? I already know many shortcuts in Eclipse so I would like to use them in Cloud9.
Cloud9 supports custom keymaps. You can find the key map editor in the preferences. See: http://screencast.com/t/yICZYx9gDtUm. Afaik there is no eclipse keymap available yet. If you create one, it would be awesome to post it somewhere for others to find it as well.
Just came across a blog post regarding this: somebody already made a start, so I guess you can use this and extend it. http://demostene.ro/2014/11/eclipse-keymap-for-cloud9-ide-c9-io.html
If you add several keybindings we might even build it in, so everybody can enjoy the Eclipse keybinding.
Related
Before I used VScode for Go development and recently I've tried to use GoLand and found out there's a feature in GoLand that it will show the document info for the functions when mousing over, like the pics below.
Is it possible to set up in VSCode?
I am not sure about inclusion of example snippets in the documentation hover, but for regular documentation, that should work in VSCode if you use the go extension.
If not, I guess there is another issue so the go extension (and the language server) couldn't correctly process the project.
I am starting to write in C#. I use VisualStudio, but I don't like the autocomplete. I was mainly writing in Android and I really like the autocomplete of AndroidStudio and Eclipse. It there a way to make the VisualStudio's one the same? I don't like that when I have a one method which can take a different set of arguments (overloaded) I have to click up and down arrow, to see the parameters. Can it just show me a scroll list like AndroidStudio and Eclipse? And is there a way when autocomplete some method to put automatically the braces and semicolon- "();"? I am really new to VisualStudio and I don't know can I modified it in this way or I should have to use to it. I just don't find anything about this.
Thanks in advance.
I suggest to have a look at ReSharper plugin for VS. It is a complete package for enhancing Productivity, but it is not a free plugin. It also have some features you mentioned. also you can check this videos:
Resharper features video list
Here is the website:
Resharper website
Hi
I have a list of How to unanswered. It would be great if anyone can help me in this
1) How to debug in eclim
2) How to create servlets easily ( with the template included by default)
3) By any chance is there any support for plugins like 'Perforce'
There are few things like support for junit, getter/setter/construction etc . There should definitely be a good support for the above . Of all things debugging should be there for sure. Unfortunately I am not able to find out how.
Please add more questions and lot more answers.
Thanks
I debug in eclipse. I don't think eclim provides debugging from vim. However, there are solutions. See question How to Debug Java Application using VIM.
Are you just talking about using eclipse's new file wizard to create servlets? I don't know how you could do that from Vim. But you can use vim's templates. Vim's method of templates are referred to in vimdoc as skeleton files. It looks like there are some plugins to provide some defaults: skeleton and tSkeleton.
When I use perforce, I use this perforce.vim plugin.
Eclim supports junit. For getter/setter/construction and other code snippets, try snipMate.
I am wondering if it is possible to set VisualStudio IDE so it highlights private/protected/public variables of the class differently as well as change formatting on locals (i.e. variables that are either passed in or declared inside a function, like this).
I did not find any such options in the normal Fonts and Colors menu of VS. Also a search on SO reveals that (at least as of 2 years ago) only add-ons provide such features. But is there a way to manually edit some file? Just because we don't get a nice UI to edit, doesn't mean underlying framework automatically doesn't support it. I mean add-ons have to plug into something to do their magic in the editor. Any insights into this issue?
Thanks!
EDIT: I have found the following information on MSDN Syntax Highlighting (Managed Package Framework). But the explanation/examples given are woefully inadequate. Does anyone know of a more extensive docs/tutorials/etc. for MPF?
I could be wrong (probably am) but I think plugins that do what you want replace the default highlighter in Visual Studio, so I don't think there is a file you can edit. As far as I know, you need a plugin. ReSharper might do this...I'm not sure though (I don't use it)
Is there any GUI based debugger for Ruby? Just a debugger. I do not want a full IDE like NetBeans because they tend to get your project dirty with extra files.
thanks!
Check out Mr. Guid, which uses GTK+ and is cross-platform.
In netbeans you can tell it to put the netbeans project files in a separate directory or you can easily ignore the nbproject directory with your project's vcs. Netbeans has by far the best integrated debugging I have seen and there are many other great reasons to give it a try. Don't worry about netbeans using a project folder. I highly doubt you'll be able to find a better free GUI debugger.
If the code completion stuff gets in your way with netbeans it is easy to turn off and only request code completion when you want it (ctrl+space). That was my biggest gripe with netbeans.
I haven't used it in about a year, but I liked Arachno Ruby