IntelliJ and VScode Extensions - intellij-idea

How can i import my settings and extensions from VScode to IntelliJ if that is possible?
thanks.enter image description here

Related

Intellij Markdown Plugin preview bottom?

How to make Intellij's Markdown plugin show the preview on the bottom of the page rather than on the right?
Ah found it. It is in the Settings -> Languages & Frameworks -> Markdown:

IntelliSense for React Native when Importing or adding libraries

I want to add IntelliSense when I'm importing or adding libraries from 'react-native'. I just do not know what is it called. Can someone help me out here.
The IntelliSense I want is like this:
For IntelliSense you has to install extensions,
You can install extensions from
As per my experience React Native Tools,React Native snippet, Prettier(For formatting code) are good extensions. You can search from top search bar
If you habit of eclipse shortcuts then you can install eclipse keymap similarly intellij keymap is also available if you are familiar with Android studio.
If you want to debug app then Node debug is good extension.
EDIT: example

Importing a library to into Intellij Idea platform sdk

I am developing a plugin using Intellij Idea using platform SDK! I want to import the JavaParser library available at
https://github.com/javaparser/javaparser
so that I can parse java source code. The importing can be done using gradle and maven but I dont know how to use it for the Intellij Idea platform SDK. How can I import the library into my project?

Flutter - Use Atom syntax hightlighting in IntelliJ

I love the Atom syntax highlighting for working with Flutter. But I find myself more productive with IntelliJ due to the hot reload integrated in the UI. Is there a way I can bring the Atom syntax hightlighting into IntelliJ?
Thanks
Download the Atom One Dark Intellij theme IntelliJ theme collection website color-themes.
In Intellij, do: File | Import Settings, and select Atom One Dark.jar. Import Editor Colors and Editor Colors (schemes). The IDE will restart, and the theme will be automatically enabled. Here is a screenshot comparing Atom (left) and IntelliJ (right) running the Atom One Dark theme.
As you can see, some colors (e.g. static class fields) do not match. If you want to customize the theme to have a perfectly matching coloring, go to settings or preferences (File | Settings for Windows and Linux, IntelliJ IDEA | Preferences for macOS). Navigate to Editor | Colors & Fonts. Create a copy of the Atom Dark One theme, and then start customizing the colors as seen in the screenshot below.
Addition: I've created a version of the theme with the changes required to match the Atom color style. Here is the download link.

Intelj Maven Module Project Packages Icon is gray

I was using the Intelj 2016.2.1 and updated to 2016.3.3, then re-import my maven module project, But java packages does not have the proper package icon (yellow border icon) how can i get the proper icons for java packages
https://www.jetbrains.com/help/idea/2016.3/symbols.html
This is a new icons. No way to choose old icons as i know.