Claus Bönnhoff
- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 13
-
Created Code validation not detecting Postgres tables
AnsweredHi, 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... -
Edited Inspector does not find currentTarget.className
AnsweredThis code: document.querySelector(".editBackground.layer3").addEventListener("animationend", (event) =>{ if (event.currentTarget.className.indexOf("fadeOut") !== -1) document.querySelect... -
Edited 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 = ... -
Edited 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... -
Created How can I add const from a config file to be known from analyzer?
Hi, I have a PHP config file which contains credentials for my database. e.G. myconfig.php const DB_URL = "my.url.com";const DB_PORT = 1234;const DB_NAME = "myDB"; This file is of course not part o... -
Created Assigning Datasource to Module only
AnsweredHi, it would be very helpful, if it would be possible to assign a data source only to a module instead of the whole project. -
Created Tell file in sub drawer it is included bei file in parent folder
Hi, lets say I have a file index.php in the root of my php project. This file looks like require_once("config.php");include_once("./pages/".$_GET['page']); Let's assume in the config.php I do som... -
Created Multi Line comments in javascript aore marked as error
Hallo, since I have updated to PHPStorm 2016 all multi line comments (/* comment */) in a javascript block nested in a file ending with .php are marked as error. Is there any suggestion? Rega... -
Created IS there any tutorial on working with local AND remote server?
Hi,im very new in PHP Storm and I like it. But it is not very intutive in some cases.I normaly develop my app on an local MAMP Configuration. When I have made a new stable version, I publish that t... -
Created Some inspector Questions
Hi,I am new on PHPStorm and it looks very nice. But I get some validation warnings and errors, which I dont know how to correct them.1)I have a config.php script which includes a localize.php scrip...