-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Open
Copy link
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
As a IDEasy user, I want to have my IntelliJ preconfigured so that my code is working out of the box.
Follow up of #52
Acceptance criteria:
- I want to have
annotationProcessingactivated for my project using code-generation (and for projects that don't use code-generation it will cause no harm). File.idea/compiler.xml:
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile default="true" name="Default" enabled="true" />
</annotationProcessing>
</component>
</project>- I want to get import statements generated by IntelliJ automatically on save / organize-imports if the simple name is unique. File
.intellij/config/options/editor.xml:
<application>
<component name="CodeInsightSettings">
<option name="ADD_UNAMBIGIOUS_IMPORTS_ON_THE_FLY" value="true" />
</component>
</application>Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
🆕 New
