Jeffrey Riaboy
- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 11
-
Jeffrey Riaboy 创建了一个帖子, 已回答Multiple AI model questions when using IntelliJ IDEA Ultimate
#1 So just to confirm, Jetbrains AI credits are only required when using the “Chat” option inside the AI Assistant, but not when in an “Agent” mode, correct? Does this mode use your own BYOK API Ke... -
Jeffrey Riaboy 创建了一个帖子, 已回答Problem with printf and an sql query
I have the following line: sqlQuery := fmt.Sprintf("SELECT * FROM `%s` WHERE %s", s.Name, whereClause)Intellij highlights the first %s as an inspection error, but I can fix it with: //goland:noinsp... -
Jeffrey Riaboy 创建了一个帖子, 已回答Not getting expected signatures with phpstan
PHPStan is not giving me callable signatures like I would expect. I would expect it to give me the full signature, but it only gives me “callable|null”. Any ideas why this may be? I have install... -
Jeffrey Riaboy 进行了评论, -
Jeffrey Riaboy 创建了一个帖子, 已回答Previous version default font
Does anyone know what the default font options were in previous versions? I just updated to 2020.1 and the JetBrains Mono is giving me a headache. Consolas kind of feels right... -
Jeffrey Riaboy 进行了评论, -
Jeffrey Riaboy 进行了评论, -
Jeffrey Riaboy 创建了一个帖子, 已回答Inspection popup shortcut key
Is there a shortcut key to open the inspection popup? The one you get when mousing over an error. -
-
Jeffrey Riaboy 创建了一个帖子, 已回答Unable to block excluded folders from custom search scope
I loaded a php symfony projected as a new project into IntelliJ and it automatically added most everything in vendor/* as Excluded in the Project Settings > Modules section. When searching, if I se...