Are there any IDEs that can embed gvim as its editor? I found PIDA for linux, I'm wondering if there are any windows equivalent for this. I'm not looking for Vi emulation, I am looking for IDEs that can fully embed gVim (so I can use all the Vim plugins).
Other than PIDA the only one I know is eclim which has a couple of modes (control eclipse from vim or embed vim inside eclipse window). I haven't tried it myself but it looks like it supports Windows...
You can find a more comprehensive discussion of this with lots of projects (past and present) here.
You can use it with Visual Studio:
visual_studio.vim
ViEmu is an add-in for Visual Studio that provides a Vim environment in the editor. It is commercial and highly polished.
NetBeans has support for jvi, which is a Java port of vim. For every day programming, I hardly notice any functional difference between jvi and vim (except sometimes ^W does not work in edit mode.)
Support for code completion, clickable function navigation, inline documentation, syntax highlighting, and other native Netbeans editor functionality is preserved. That is, jvi functionality does not remove native functionality, as I have experienced with other vim plugins that I have tried before.
Eclipse can run with vim embedded if you install eclim.
Related
Trying to start multilingual project where Java, C & C++ will be used mixed.
With NetBeans I could have all the necessary plugins at ones. Trying to figure out how and which JetBrains tools I could use.
Any help will be gratefully appreciated.
P.S. I am having a license for the full stack of JetBrains tools.
You'll be using Jetbrains IntelliJ and CLion side by side since they are more specialize in that languages.
Also you can use IntelliJ alone and use some plugins todo works on other language.
As of now, I'm doing both frontend(Vuejs) and backend(Django) on a daily basis, and I use both Webstorm and PyCharm in this type of development.
I want to develop a web app in EXTJS 4.0, but I'm not sure about which IDE to use. I'm looking for open source IDE with its pros and cons.
There is no specific IDE for ExtJS. Since it is a javascript framework you can use text editors with additional plugins to use features like syntax highlighting, code formatting etc. webstorm seems to be more promissing one in javascript world but it is not a free tool. Here are some of the popular tools people use to write javascript code.
Komodo(Text editor is free but IDE is paid one)
Vim
Sublimetext
Notepad++
Eclipse
Spket(Text editor is free but IDE is paid one) ... many more.
Personally I would prefer eclipse with spket eclipse plugin through which you can use formatting/validation/code completion features. (Only default features are available in free one, to customize these features one should move to spket paid version). My second choice would be notepad++ with additional plugins.
Has anyone managed to find an IDE for Hack Language used on HHVM ?Is there any plugin available for the well-known IDEs like Eclipse,Netbeans,etc?
Thank you!
Edit : By the time SiebelsTim has embedded typechecker and made a basic syntax highlighting for Sublime. You can find the plugin here
Here are the plugins for vim, emacs and Sublime 1.
More support in other IDEs will be probably added in the future. I'm especially waiting for plugins for PHPStorm and Netbeans.
1 = I don't use these editors, so please don't ask me how to install the plugins.
EDIT: There is now a page in HHVM docs with links to various plugins.
I've created a plugin for Github's Atom Editor, it can be found on GitHub.
It allows you to configure remote SSH Machines too (a great feature if you're on windows and running HHVM in a VirtualMachine).
for netbeans integration there is already an issue opened
https://netbeans.org/bugzilla/show_bug.cgi?id=243133
Can anyone suggest a good editor to use with Lua scripting specifically for the Corona SDK or aid me with an error I'm having trying to install the eclipse plugin. I would like to use Eclipse Indigo (64bit) preferably but I've had problems with the Lua plugin. I've got the lua site added to Eclipses download sites, but when I try to install it says it "can't be installed in this enviroment because its filter is not applicable" Anyone have any insight into that error with this plugin? I've searched and found information about the error with other plugins but fixes and reasons behind it didn't seem to apply to my problem.
I was downloading the wrong lua editor for Eclipse. LuaEclipse was the problem so I used
http://www.eclipse.org/koneki/ldt/
and everything worked.
Notepad++ is really useful. Lightweight and has lots of options.
For working with Eclipse
http://flashapplications.de/?p=946
there are some Corona specific IDEs available
Corona Project Manager
Cider
Corona Complete
Other Editors
TextMate(Mac - has a Corona plugin)
BBEdit(Mac)
TextWrangler(Mac)
There are a LOT of Lua editors available
http://www.wowwiki.com/Lua_editors
http://lua-users.org/wiki/LuaEditorSupport
And finally a link which you may find useful
http://producerism.com/blog/how-to-develop-in-corona-sdk-on-windows/
THe Zeus editor has support for Lua. The latest version also adds Lua debugger support.
To add to Satheesh's list: ZeroBrane Studio Lua IDE includes support for Corona SDK and provides syntax-highlighting, auto-complete, and debugging support.
I would like to ask how other more experienced Coffeescript developers are using their respective IDE's or editors with auto-complete when developing modular libraries and / or referencing external Javascript libraries (jQuery, jQuery UI, RequireJS, Handlebars, ...).
As much as I've tried various IDE's and plug-ins for Coffeescript, none of these seem to support auto-completion when the project consists of several script files. For example: in Visual Studio I can add a commented directive such as /// <reference path="/js/jquery.js" />. I'd need something similar for Coffeescript.
I have tried following without success:
Visual Studio with Web Workbench by Mindscape
Netbeans with dstepanov's Coffeescript plug-in
Aptana with the Coffeescript ruble
Further, I am aware of Jetbrain's WebStorm 3.x support for Coffeescript, unfortunately, my evaluation period expired before I realized I'd need this feature - can anyone confirm that setting the Javascript / Coffeescript Usage Scope works as expected with auto-complete?
So effectively what I am asking: is there an IDE or plug-in, commercial or otherwise, enabling auto-complete for Coffeescript libraries spanning multiple files?
Hate to answer my own question, but after giving JetBrains WebStorm 3.0.2 another demo run on another box, I figured it worked best and does have 'smarter than average' auto-complete for coffeescript projects. It simply loads all coffeescript files in to a global auto-complete context and you can add external libs (cs or js) as well using the project's scope settings. Could be better, but for now I cannot find any other IDE or tool running on PC or Linux, OSS or paid, that tops WebStorm and I don't have the fortunes to explore OSX alleys.
I am sure future tools, plugins, IDE's will pop up for various platforms that do offer great coffeescript module management and proper contextual auto-completion in the editor. So please, do keep the suggestions coming.
Thanks!
I personnaly use Kdevelop. I can't remember if I installed a plugins or something to get it work with coffeescript.
But it works very well, the highlighting colors are pretty, when ctrl+d it add coffeescript commentary and so on.
Also I do make compilation directly in KDevleop.
Well also it's free, I am using it on linux debian but I think it works on most platforms.
Check it there : http://kdevelop.org/