Ross Goldberg
- Total activity 189
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 53
-
Created Running single cucumber scenario from .feature file
AnsweredWhen I try to run a single cucumber scenario from a .feature file in IntelliJ 2020,1 (latest EAP), the output says that the scenario and each of its steps are undefined. The test works fine when I ... -
Edited IntelliJ is listening on 8080, but I'm not running any servers
AnsweredIntelliJ is listening on 8080, but I'm not running any servers. I need 8080 free for some gradle tests that run Wiremock on 8080. IntelliJ still uses 8080 even after I've disabled all of my plugins... -
Created Git Log show user & other columns
AnsweredIn the latest 2020.1 EAP, how do I show the User (and/or other columns in addition to the first line of the commit message) for each commit in the list of commits for a branch? -
Created Project tool window doesn't display folders
AnsweredThe Project tab of Project tool window doesn't display folders for an IntelliJ Project from Existing Sources that I created for a clone of the following github repository: https://github.com/ohmyzs... -
Created Goto bash function in another .sh file in same directory
AnsweredUsing the latest version of the bundled Shell Script plugin in the latest IntelliJ 2020.1 EAP, I cannot navigate from a bash function call in one file to the function definition in another .sh file... -
Edited IntelliJ gradle plugin intellij.plugins problem
AnsweredI'm using the IntelliJ gradle plugin version 0.4.16 with the Kotlin DSL in Gradle Wrapper 6.2.1 on the latest IntelliJ Ultimate 2020.1 EAP. My build.gradle.kts contains: intellij { setPlugins(ar... -
Created Debugging a Gradle plugin in IntelliJ IDEA
AnsweredHow can I debug a Gradle plugin in IntelliJ IDEA? (current version 2019.3.1) I want to create a breakpoint in plugin code and debug it as it's running. Is there any built-in Gradle or IntelliJ supp... -
Created Location of module settings for Gradle Wrapper project without .iml files under $PROJECT_DIR$
AnsweredI imported a Gradle Wrapper 6.0-rc-1 project into the latest IntelliJ 2019.3 EAP. No .iml files were created anywhere under $PROJECT_DIR$. I put some semi-colon-separated paths in the Project Setti... -
Created Excluding a file from analyses / cleanups
AnsweredIs there any way to mark a file as externally provided (like gradlew, gradlew.bat, etc.), so that it is excluded from actions like Inspections, Code Reformatting, etc.? If there's no setting that c... -
Created Code Style Scheme questions
AnsweredI accidentally have 2 Code Style Schemes. I want to compare the two, merge them into one, and then get rid of the extra one. I was doing this by exporting both to XML file, diffing the XMLs, then ...