Dean Schulze
- 活动总数 68
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 24
-
创建于 Is there a way to scale the entire IDE?
已回答The 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... -
创建于 Azure plugin errors
已回答I'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. ... -
创建于 With PHP plugins I can't even do bracket matching
已回答I 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... -
创建于 Intellij won't sync dependencies in Go project
已回答This 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... -
创建于 Intellij shows all modules in go.mod as undefined
已完成I 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... -
创建于 git menu item gone from file context menu
已回答There 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... -
创建于 Intellij shows incorrect suggestion for Go string interpolation for fmt.Printf()
已回答The actual code is Intellij shows this hint for this code: This hint is not even correct Go code as far as I can tell. Why is it showing this? -
创建于 Is there a plugin to browse the data in Google cloud BigTable?
已回答The title says it all. I see support for BigQuery but nothing for BigTable or HBase. Is there a way to browse data in BigTable? -
已编辑于 AWS Toolkit can only debug locally on .go file in top directory
已回答I created a simple test project with main.go under the project directory. Creating a lambda works just fine here and I can debug locally: The lambdas displayed in the AWS Explorer window are code ... -
创建于 AWS Toolkit Edit Run Configuration for lambda doesn't allow me to select a file
已回答I have a lambda (implemented in Go). When I right-click on the lambda symbol and select Modify Run Configuration and then select File in the dialog the file selector that pops up doesn't display t...