Dean Schulze
- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Created Intellij and Python Poetry give misleading error message
When I have multiple poetry / python projects open in Intellij I get a messagePoetry interpreter is associated with another module: [PATH_TO_OTHER_PROJECT]with the options Fix Poetry interpreter an... -
Created When I declare a string const in Go Intellij shows a preview of the string that gets in the way of the actual code as shown
AnsweredWhen I declare a string const in Go Intellij shows a preview of the string that prevents me from seeing the actual code as shown hereHow do I turn this off?There are times when this is helpful, so ... -
Created How do I get rid of the light bulb that shows up on the left when I'm trying to select a line?
AnsweredWhen I try to select a line of text starting from the left there is an annoying light bulb that pops up and I have to move the mouse to get rid of it. How do I get rid of that thing? It makes it ... -
Created How do I get code coverage information when running tests in Go
AnsweredThe Run Configufations for Go tests don't have any option to enable code coverage. How do I get code coverage from Go tests in Intellij? -
Created Is there a way to scale the entire IDE?
AnsweredThe ctrl+mouse wheel works to change the font size in the editor pane. Is there a way to scale/zoom the entire IDE? I'd like the directory tree in the project window, the font in the teminal wind... -
Created Azure plugin errors
AnsweredI'm trying out the Azure plugin for the first time. When I try to create a storage account it fails with "supplied location westus is not valid" West US is a valid location for a storage account. ... -
Created With PHP plugins I can't even do bracket matching
AnsweredI have two PHP plugins installed (PHP 221.5080.224 and PHP Annotations 8.2.0). When I open a PHP file I can't even do bracket matching. Is there something else I need to do to get these plugins to... -
Created Intellij won't sync dependencies in Go project
AnsweredThis project runs from the command line, but Intellij can't find any of its dependencies. They are in my GOPATH. I've run `go mod tidy` and have deleted the .idea/ and *.iml files, but Intellij s... -
Created Intellij shows all modules in go.mod as undefined
CompletedI create a new project from existing sources. I set the GOROOT for the project. GOPATH is set correctly. I've run go get and go mod tidy on the project. Running go build from the command line o... -
Created git menu item gone from file context menu
AnsweredThere always was a git item in the file context menu between Local History and Reload from Disk. That menu item is gone. The Git menu Select File item has all items in the sub menu disabled. The...