Neil
Neil

Reputation: 25965

IntelliJ IDEA adding numbers to project name

When I "Create a new project from existing sources" in IntelliJ IDEA, it adds _#### to the end of the project name, where #### is a seemingly random 4-digit number.

This happens with this version:

IntelliJ IDEA 2018.1.5 (Community Edition)
Build #IC-181.5281.24, built on June 12, 2018
JRE: 1.8.0_152-release-1136-b39 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.5

I know how to rename it, but how can this be disabled?

Upvotes: 5

Views: 1122

Answers (2)

CrazyCoder
CrazyCoder

Reputation: 402591

There is an open bug logged for SBT subsystem in IntelliJ IDEA. Please follow it for updates.

It appears that import doesn't complete properly for some reason.

UPDATE: SCL-13617 is the correct issue to follow.

Upvotes: 2

Justin Kaeser
Justin Kaeser

Reputation: 5948

This behavior was a workaround for another bug and will be changed in the 2018.2 release of the Scala plugin. Instead the import chooses the project directory name as project name.

Upvotes: 0

Related Questions