Aaron
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Edited Debugging React app started with yarn
AnsweredI'm working on an app that uses yarn to start it. Typically, I run yarn dev to start it. In the package.json file, dev is defined:"dev": "yarn cross-env NODE_ENV=development node src/server.js", I ... -
Created Want interactive terminal for bash script run configuration
AnsweredIntelliJ IDEA 2023.2 (Ultimate Edition)Build #IU-232.8660.185, built on July 25, 2023 //Using the New UI Linux 5.19.0-50-genericCurrent Desktop: ubuntu:GNOME I am testing a bash script with the Ba... -
Created Missing icons for filters in Structure view
AnsweredIntelliJ IDEA 2023.2 (Ultimate Edition)Build #IU-232.8660.185, built on July 25, 2023 //Using the New UI Linux 5.19.0-50-genericCurrent Desktop: ubuntu:GNOME How do I get icons for filtering on pu... -
Created IntelliJ Ultimate Profiler show wall clock or CPU time
AnsweredIntelliJ Ultimate's profiler shows results as percentages of time. I was hoping I could right-click and there would be an option to "show as milliseconds". Is there a way I can get the profiler to ... -
Created Maven Artifact Search when importing a class -- no results
AnsweredI expected a hamcrest artifact to be found. I used to be able to search for artifacts when important a a class. It hasn't worked in a while. Maybe an update changed the way it works? Or maybe I hav... -
Created Lost Javadoc in JDK classes
AnsweredIntellIJ used to me show me the comments and Javadoc for JDK classes (e.g. Future, or Collection) It stopped. Maybe it was a Java update on my system? Maybe it was an Intellij upgrade? I don't know... -
Created Label associations in UML diagrams
AnsweredI would like to add labels to the associations that IntelliJ (Ultimate 2017.2) creates for UML diagrams. The class diagrams don't help me much unless I can add a name or label to the associations. ...