Bob Jones
- Total activity 121
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 37
- Subscriptions 25
-
Created How can I position the caret where there would be indentation on empty lines?
AnsweredHello! Oftentimes, with many editors, including IntelliJ IDEA, it is common to not keep indentation on empty lines, even if it is within a method or other such context in which code is indented.If ... -
Edited IntelliJ multiple Javascript named imports not being recognized in Vue file
AnsweredI am trying to figure out why IntelliJ is stating "Cannot resolve symbol <value>" when doing multiple named imports in a .vue file. Let the project root be <root>. I have a JS file with path <root>... -
Created How to add external JavaScript library to quick documentation?
For example, if I am using a library like PixiJS or howler.js, is there a way to make the quick documentation appear for the corresponding objects in JavaScript files? -
Edited DataGrip MySQL subquery indent and ending parenthesis placement
AnsweredI would like my formatting profile to format a query like this: SELECT fname, lnameFROM studentWHERE EXISTS( SELECT * FROM enroll WHERE enroll.sid = student.sid); However, it formats the q...