Claus Bönnhoff
- 活动总数 51
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 13
-
创建于 Code 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... -
已编辑于 Inspector does not find currentTarget.className
已回答This code: document.querySelector(".editBackground.layer3").addEventListener("animationend", (event) =>{ if (event.currentTarget.className.indexOf("fadeOut") !== -1) document.querySelect... -
已编辑于 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 = ... -
已编辑于 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... -
创建于 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... -
创建于 Assigning Datasource to Module only
已回答Hi, it would be very helpful, if it would be possible to assign a data source only to a module instead of the whole project. -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...