PatS2265
- Total activity 167
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 100
- Subscriptions 29
-
Edited How does IntelliJ decide what bytecode (classes) to use when running a maven app?
AnsweredI was writing this up and then realized others on StackOverflow might know the answer or benefit from the answer when it is given, so I posted this question on SO (StackOverflow) https://stackoverf... -
Created Configure IntelliJ to compile Java files in a non-Java project
AnsweredI have a catch all git repo that has code snippets from many technologies. Javascript, Java, SpringBoot, Groovy, PHP, CSS, Bash, WSH. One of the directories contains a java file I'd like to compil... -
Edited IntelliJ gets errors when trying to download artifacts from NEXUS repo (sometimes)
AnsweredAny ideas on why the following error happens? If I see a red underline for an JAR that didn't download, I search in my maven repo to see if the file exists and I find that an error occurred when tr... -
Created How do I tell IntelliJ to ignore build.gradle files under node_modules?
AnsweredI'm a full stack developer and have a IntelliJ project with both Java and React/Javascript in it. IntelliJ is trying to process a build.gradle file that is under node_modules and failing. It keeps ... -
Edited Advise for creating IntelliJ projects when dealing with multiple languages
AnsweredDoes IntelliJ support opening up a top level directory that has multiple source code repos under it? Is there anything special I can or should do to make IntelliJ know that I'm doing that? (Q) If ... -
Created Can I use same GITHUB repo for IntelliJ and WebStorm?
AnsweredI've been using IntelliJ "File | Settings Repository..." feature to store settings so I can easily add key binding one day and the next pick the changes up when I use another host. I also use Webst... -
Edited Settings Repository... Why am I loosing key bindings?
AnsweredOn the surface, the settings repository seems to be straight forward enough but I've used it for months now and seem to still be missing key bindings when I start using a version of IntelliJ on a s... -
Created What does main menu choice File | Synchronize do?
AnsweredIt this question and answer the same as my question? https://intellij-support.jetbrains.com/hc/en-us/community/posts/205808439-What-does-Synchronize-actually-do-and-why-there-isn-t-an-option-to-run... -
Created Perpetual licence or no longer able to use which is it?
AnsweredI currently have a license to IntelliJ Ultimate. I know my license going to expire later this month (3/13) and I've already received the emails from Jetbrains telling me my subscription will be re... -
Edited Changing one line summary of a variable in Debug View Variables tab
I'm using WebStorm 2017.3. When debugging a NodeJS program and stopped in the debugger, the Variables tab displays variables shows the contents of a variable (ok this is just to set the context). I...