Bob Jones

- Total activity 116
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 35
- Subscriptions 24
-
-
-
-
-
-
-
Bob Jones commented, -
Bob Jones created a post, IntelliJ multiple Javascript named imports not being recognized in Vue file
I 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>... -
Bob Jones created a post, 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? -
Bob Jones created a post, AnsweredDataGrip MySQL subquery indent and ending parenthesis placement
I 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...