Carl-Erik Kopseng
- Total activity 80
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 48
- Subscriptions 7
-
Created Introduce Parameter Object is greyed out?
AnsweredWondering what I need to do to get the Introduce Parameter Object refactoring to work? It is currently greyed out when I right-click the method name, as mentioned in the introductory post. -
Created Replacing imports across a range of changed TypeScript files
AnsweredI want to replace the use of `import { useDispatch } from 'react-redux'` to a local `import {useAppDispatch} from '../store'` across my entire app. How do I avoid doing this per file? Currently, I ... -
Created Run Configurations disappeared from Services tool window
AnsweredAt first I thought all my Run Configurations had disappeared (which seems to be a recurring issue since 2011), as they are usually displayed in the Services tool window, which suddenly was empty. B... -
Edited Ctrl-Enter not doing anything in Database Navigator
Answerededit: This post concerns the plugin "Database Navigator", which is different from the built-in Database tool (based on Datagrip) in IntelliJ Ultimate (not bundled with CE). I have never been able t... -
Created Runnings tests result in "Unable to attach test reporter (...)"
I have just installed the Python plugin in IntelliJ and was thinking I should check out how to run tests from within IntelliJ. After creating a testclass and right-clicking on the class, I chose "R... -
Created How to deploy to (and debug) a running Glassfish instance?
Until now I have always startet up Glassfish from IntelliJ when developing and debugging applications. But today I thought that there must be some way of doing it against an already running instanc...