IntelliJ Groovy Support: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * IntelliJ =Overview=") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[IntelliJ#Subjects|IntelliJ]] | * [[IntelliJ#Subjects|IntelliJ]] | ||
=Overview= | =Overview= | ||
The Groovy plugin is bundled with IntelliJ IDEA and enabled by default. | |||
=Troubleshooting= | |||
1. Jenkinsfile was not recognized as Groovy file even after explicitly associating it with Groovy in "File Types". | |||
Solution: removed Jenkinsfile association with ProjectPlainTextFileTypeManager in misc.xml. | |||
=Groovy Console= | |||
Tools → Groovy Console |
Latest revision as of 00:10, 18 March 2021
Internal
Overview
The Groovy plugin is bundled with IntelliJ IDEA and enabled by default.
Troubleshooting
1. Jenkinsfile was not recognized as Groovy file even after explicitly associating it with Groovy in "File Types".
Solution: removed Jenkinsfile association with ProjectPlainTextFileTypeManager in misc.xml.
Groovy Console
Tools → Groovy Console