What's the mechanism of auto format of JetBrains IDE? - intellij-idea

What is the mechanism for this auto format?
https://www.jetbrains.com/help/idea/reformat-file-dialog.html
Is it a combination of ESLint plus prettier? I see nothing mentioned in the docs.

Related

Texify IDEA: how to apply custom code style?

I'm using the very useful plugin "texify IDEA" for working with latex code inside IntelliJ. It works very fine for all my needs. Unfortunately, in Editor -> Code Style section of the options I cannot find Latex... so I cannot set my custom code style rules. I've tried to search online without success... how can I resolve this?
Speaking as the author of TeXiFy-IDEA: what yole said is correct. This is a feature that is not yet implemented and therefore is not supported by the plugin. You can either wait for the developers to add this functionality, or add it yourself.
I would highly recommend visiting the GitHub page of the plugin if you have questions/feature requests/bug reports for faster and better support.

The intellij idea display mathematical method as symbols, how to disable this feature [duplicate]

I have tried and googled without finding the way to remove the abbreviations.
I'm also new to IntelliJ.
Any help is appreciated!
You have installed Advanced Java Folding plug-in which does exactly what you see, folds and abbreviates certain language constructions.
Either uninstall/disable the plug-in or configure its options according to you personal preferences:

Autocomplete does not work when using Odoo / Openerp

I'm using Pycharm as my Odoo IDE. But for the reason of no auto-complete function, it bring me coding trouble. So i wonder if there is a plugin that can provide auto-complete function or more convenient IDE?
Thanks for your help!
You can use Eclipse as Odoo IDE.
currently i am using eclipse as Odoo IDE, it's very easy to coding.
you should try it.
I found myself using PyCharm for the most of my programming needs. The key pain points PyCharm solved for me where robust code intel tools, better Python application run and debug support, with traceback clicking. The development efficiency gained from these features is enough to migrate over, even though there are features I miss in Sublime Text. However, these editors sync files perfectly and I can always alt+tab switch to Sublime Text when I need to write some Restructured Text or Markdown.
I am looking forward for the upcoming contender Github’s atom.io editor which has the ease and flexibility of Sublime Text plugin system, but with better features, UI integration and big development-oriented company backing it up. Atom team is still working on getting the basic architecture together, so it might be few years until we see robust Python tools on Atom. I’d guess HTML, CSS and JavaScript support get there sooner, as they are building the Atom itself on CoffeeScript.

Maxscript in any jetbrais IDE?

there is currently maxscript programming support inside sublime text.
I was wondering bacause now the syntax highlighting and everything alreay exists for maxscript, how to go about it to make maxscript a supported programming language inside other ide's or editors?
The jetbrains applications comes to mind first (webstorm etc.)
or even inside open online IDE's like Ace of Codemirror.
Because that would be great.
Does anyone knows if that is at all possible, and how to do that?
None of JetBrains IDEs provide support for maxscript:(, and I'm not aware of any custom plugins for this language.
If all you need is a basic syntax highlighting, you can either try searching for MaxSript textmate bundles (see Is it possible to get Ruby syntax highlighting in PHPStorm?) or register your own file type, defining a syntax highlighting for it (http://www.jetbrains.com/webstorm/webhelp/new-file-type.html).
If none of these options look suitable for you, try developing your own language plugins - see http://confluence.jetbrains.com/display/IDEADEV/Developing+Custom+Language+Plugins+for+IntelliJ+IDEA
I would recommend Microsoft Visual Studio Code with MaxScript syntax plugin. The syntax highlighting and overall coding experience is close to perfect.
Example of MaxScript syntax highlighting you may see here:

In phpStorm IDE add keymapping to tools Window + extended Live Templates source

1) I've started to use Jetbrains phpStorm IDE, but I can't figure out how to add the key mapping to the tools Windows, so that I can see it on the side-bar and look at it any time. Now I have to navigate to File->settings->keymap.
(Actually I've set Visual studio Key mapping but in reality it differs from it even for basic operations.)
2) I would also like attach an extended and "standard" kind of Live Template list, which is right the after implementation pretty slim.
Sublime text has pretty good .xml files for these (HTML, JQuery, JavaScript etc.) but I don't know if I can import/translate them somehow into phpStorm. I use Sublime quiet often (love it) and want to use it parallel with phpStorm. so it would be nice to have the same abbreviations in both.
To answer the second option is not so important, I can figure it out, but to solve the first question I've spent half a day ferreting around the web.