Top "Jetbrains-ide" questions

For programming problems relating to using any of the JetBrains tools such as ReSharper, RubyMine, etc.

Can IntelliJ IDEA encapsulate all of the functionality of WebStorm and PHPStorm through plugins?

I am in the market for a new IDE but am confused about the overlap between some of Jetbrains' offerings. …

intellij-idea phpstorm webstorm jetbrains-ide
How to make phpstorm display line numbers by default?

How to make phpstorm display line numbers by default? Couldn't find that option. It's kind of annoying to turn them …

ide phpstorm jetbrains-ide line-numbers
What is the .idea folder?

When I create a project in JetBrains WebStorm, a folder called .idea gets created. Is it okay if I delete …

webstorm jetbrains-ide
How do I set up CLion to compile and run?

I just downloaded CLion from https://www.jetbrains.com/ because I just love the rest of their products. However, I'm …

gcc g++ clion jetbrains-ide
Git Shelve vs Stash

I am very unfamiliar with the shelve aspect of Git. If stash is used to put aside unfinished work what …

git intellij-idea jetbrains-ide
How to make PyCharm always show line numbers

I cannot seem to be able to find the setting to enable line numbers for all files, but I have …

pycharm jetbrains-ide
IntelliJ: Error: java: release version 10 not supported

In IntelliJ, I'm getting this strange error message when I try to build from the build menu Error: java: release …

java jetbrains-ide intellij-idea-2018
ERROR Source option 1.5 is no longer supported. Use 1.6 or later

It all happens when I was trying to build a springboot application by ./mvnw clean install When I first run …

spring-boot maven intellij-idea jetbrains-ide unsupported-class-version
WebStorm/PhpStorm double quotes in TypeScript auto import

I'm using TypeScript style with single quotes, double quotes are used exclusively in HTML templates. WebStorm/PhpStorm auto import adds …

typescript intellij-idea phpstorm webstorm jetbrains-ide
Auto errors detection in IntelliJ IDEA

I am new to Java programming language and the IntelliJ IDEA 2017.1 IDE. I just installed the IDE and I activated …

java intellij-idea jetbrains-ide