Jeffrey Riaboy
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 11
-
Jeffrey Riaboy created a post, AnsweredMultiple 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 created a post, AnsweredProblem 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 created a post, AnsweredNot 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 commented, -
Jeffrey Riaboy created a post, AnsweredPrevious 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 commented, -
Jeffrey Riaboy commented, -
Jeffrey Riaboy created a post, AnsweredInspection popup shortcut key
Is there a shortcut key to open the inspection popup? The one you get when mousing over an error. -
Jeffrey Riaboy commented, -
Jeffrey Riaboy created a post, AnsweredUnable 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...