How to change language in DevEcoStudio IDE to english? - intellij-idea

How to change the IDE language from Chinese to English in DevEcoStudio IDE?

Please go to the Settings/Preferences -> Plugins
Look for this plugin in that list:
Chinese(Simplified)
Uncheck the plugin and restart .Your language will change to English(default).

Related

Configuring Intellij to behave as Eclipse

As i recently switched to Intellij from eclipse, i was looking for a way a way i can make Intellij shortcuts to behave same as Eclipse.
I found that there are individual shortcuts available to be edited, But that is too much time taking.
Any help on locating the easy way out?
If you go to File -> Settings -> Keymap you can choose Eclipse from the dropdown list.
More information regarding keyboard shortcut configuration you could find here.
Personally I would advise to learn the default shortcuts from Intellij IDEA.
There is Eclipse predefined keymap in "Keymap" list at Settings | Keymap.
Also check this article: https://www.jetbrains.com/help/idea/eclipse.html

Are VS code keybindings available for IntelliJ Idea?

I'm used to VS code shortcuts, is there anything way I can import vscode shortcuts for IntelliJ Idea.
Intellij officially launched the plugin VSCode Keymap for IntelliJ IDEs
You can download it or add by going to Settings > Plugins and searching for VS Code
In my case,
VScode plugin was already installed.
So I just changed default keymap(windows) to vscode by going through:
settings -> keymap -> updated keymap selection to vscode.
hope it helps someone.

Text editor that mimics the same hotkeys as those found in JetBrains WebStorm, IntelliJ, PyCharm etc

I would love to just replicate the same hot keys as I'm used to in WebStorm and IntelliJ, Android Studio, but just in a text editor.
Anyone knows if there is a project open source or not for this?
You can do this for both Atom and Sublime. You'll have to change the default keybindings for either editor but this is easy to do.
For Atom here is a link that will show you how to change the default keybindings to intellij.
For Sublime, this link contains the intellij keybindings.
If you want to use another IDE's keybindings besides intellij, just google sublime <IDE that you want> keybinding map.
I hope that helps!
Take a look at Visual Studio Code. It's a great editor with loads of available extensions. You'll be able to configure the key bindings yourself or install something like IntelliJ IDEA Key Bindings for Visual Studio Code.

What IDEs have support for the Hack Language?

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

Intellij findbugs in english

I'm using intellij (10.5) + findbugs under windows.
My problem is that findbugs report me the errors in french.
Only way I could find to have findbugs in english is to do change in regional settings in windows control panel (Control panel\Region and language\formats : changed from french to english).
Is there any other way to tell findbugs to use english ?
Language can be overridden with -Duser.language=en line in IDEA_HOME\bin\idea.exe.vmoptions.