Claus Bönnhoff

- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 10
-
-
-
-
Claus Bönnhoff created a post, AnsweredCode validation not detecting Postgres tables
Hi, I have configured my Postgres database in IntelliJi and its showing up correctly. I use 2 scheme in my application. "dach" and "users". Scheme dach has a table orders but the code inspection i... -
Claus Bönnhoff commented, -
-
Claus Bönnhoff created a post, AnsweredInspector does not find currentTarget.className
This code: document.querySelector(".editBackground.layer3").addEventListener("animationend", (event) =>{ if (event.currentTarget.className.indexOf("fadeOut") !== -1) document.querySelect... -
Claus Bönnhoff created a post, How is IntelliJi detecting objects attributes
Hi, I have this Nodejs express code... app.post('/user', async (req, res) =>{ console.log("save user"); if(AccessManager.checkAccess(req, res, ["user_edit"])) { const session = ... -
-
Claus Bönnhoff created a post, Why does automatic comment creation does not work on module class methods?
Hi, When I try to create a comment on an class in module file (mjs), it is not created. E.g. export default MyClass{ init(version) { }} When I type "//*" directly before the init it is not...