Top "Intellij-14" questions

IntelliJ IDEA is a popular IDE by JetBrains.

Installing PHP plugin in Intellij Idea Community Addition

I am trying to install PHP plugin in my Intellij Idea IDE (Community Edition version 14), I believe this is very …

php intellij-idea intellij-14
Where are IntelliJ scratch files located?

In IntelliJ IDEA 14, we can create scratch files from Tools > New Scratch File... Are they stored in some temporary …

intellij-idea intellij-14 scratch-file
IntelliJ how do I generate a new class?

When I go to my project structure and right click -> new, I only see new file/folder etc... …

java intellij-idea intellij-14
Show indentation line in IntellIJ IDEA

There is a plugin in vim which shows you "dots" (or lines, etc.) where the indentation level is. Example: Is …

intellij-idea intellij-14
Intellij indents 4 spaces when I have configured it to do 2 spaces (LESS)

On Intellij IDEA 14, I have tried to set my preferences in Editor > Code Style > LESS to do 2 space …

intellij-idea less intellij-14
intellij 14 does not show all open files

In Intellij 13 the main code window showed all my open classes (their names flowed onto multiple lines), but now in …

intellij-idea intellij-14
IntelliJ IDEA 14 : What is capture memory snapshot

I tried to search this, but couldn't find, exactly what I am looking for so someone please provide me an …

intellij-idea intellij-14
How do I create a scratch file in IntelliJ 14?

Scratch files are mentioned in the release announcement for IntelliJ 14 but it does not mention how to create or use …

intellij-idea ide intellij-14 scratch-file
Debugger cannot see local variable in a Lambda

I noticed that when I hover my mouse over a local variable when my debugger is stopped inside a lambda …

intellij-idea intellij-14
How to pass Debug Flag to Spring Boot via Gradle bootRun to view AutoConfigure information

So i'm working on the Consuming Rest Services with Spring Boot Tutorial and trying to figure out how it's wiring …

gradle spring-boot intellij-14