phpstorm Questions

3

Solved

I find this "code highlighting" very annoying. Can someone show me how to disable it on PHPStrom, and perhaps explain why this happens? Here's an image of my Js/Jquery code on PHPStorm IDE:
Siphonophore asked 30/6, 2015 at 19:28

8

Solved

I just updated PhpStorm to version 2020.3 which now supports autocompletion for Tailwind CSS. But in my new updated version it isn't working and can't figure out why. In html, blade and css files, ...
Ballade asked 4/12, 2020 at 10:0

7

Solved

I use both these IDE's and my only annoyance is the size of the toolbar icons - they're too small for me. Is there any way to increase the size? I've poked around, and I haven't found a way to assi...
Zechariah asked 11/12, 2012 at 23:6

2

Solved

I'm defining a class as follow, using the suggestion from https://blog.jetbrains.com/phpstorm/2020/10/phpstorm-2020-3-eap-4/#arrayshape to define the array shape as a constant so that it can be use...
Glasshouse asked 10/11, 2021 at 0:59

12

I tried to work with PhpStorm and Git. I have previous experience using NetBeans and I didn't have any problem with Git on NetBeans. With PhpStorm I create the project clicking Checkout from Ve...
Shaquitashara asked 12/3, 2014 at 0:6

2

Solved

I am trying to see if there is a way to "completely" clear the console in RubyMine (or any other JetBrains IDE like WebStorm or PhpStorm). I've seen an answer for this question: RubyMine any way ...
Belier asked 15/4, 2015 at 13:47

2

Solved

How to delete all unused variables in a project in WebStorm or other editor? I have a lot of unused CommonJS imports like this. I'd like to remove them from my project. var ReactDOM = require('r...
Cleodell asked 31/5, 2017 at 10:44

3

Solved

In PhpStorm I am having difficulty setting the default git author in the project settings: I used the "Action finder" and searched through the settings, but I have not found this option. Does any...
Carbonize asked 16/10, 2014 at 18:7

18

Solved

Updated question : PhpStorm | WebMatrix (IISExpress) | Xdebug.remote_port | — Which Port(s) to put where? I'm running localhost web server on my Windows machine with WebMatrix and IISExpress. I'...
Soluble asked 15/6, 2013 at 5:31

2

Solved

You can use Alt + Click to set multiple cursors in PhpStorm but if you want to quickly make an array of some list like this, it's simply too many lines to click: (example from Sublime Text 3) In S...
Knuth asked 30/6, 2020 at 15:15

4

Solved

I'm trying to set up PHPUnit in PhpStorm 2017.1 on Windows 10 using a Vagrant box for a Laravel project. I've set up a remote interpreter, and I've been using it for a couple of months now, everyth...
Ironbark asked 3/4, 2017 at 15:29

8

Solved

I have: $myarr['DB'] = new DB(); $myarr['config'] = new config(); Can I somehow make PhpStorm to know exactly what is inside those keys? For now I see hinting for variables and class properties on...
Poise asked 16/9, 2015 at 14:31

4

Solved

I just started using PhpStorm, and I've noticed when I look into my vendor directory (managed by Composer), I see the background colour is a light yellow and unreadable with my current theme. It li...
Ascham asked 13/8, 2014 at 23:5

5

Why I can't save data in PhpStorm? Occurred: "Unable to save settings : Failed to save settings . Please restart PhpStorm".
Matte asked 30/6, 2018 at 7:36

2

I have configured PhpStorm for remote server. But, to write a file I need root access so when I am doing it on server I do sudo su and PhpStorm throws permission denied error ! Any idea how I can ...
Inoffensive asked 23/11, 2016 at 0:1

16

I would like to try Xdebug 3.0.0RC1 to explore what has changed and the new features that come with it. I am also using the latest PhpStorm 2020.3 EAP which supports Xdebug 3 with no major config n...
Myrmeco asked 17/11, 2020 at 15:37

12

Solved

I've been beating my head against this for hours. I've come back to do some work in PHPStorm after not having used it in a couple of weeks, and for some reason the debug doesn't work any more. It ...
Campfire asked 15/2, 2013 at 4:38

3

I have properly running xdebug on vagrant on my local pc on Ubuntu. It shows its orange table with error info. My testing page is localhost:8030 In Chrome browser I have Xdebug helper. The proble...
Brandwein asked 4/5, 2018 at 2:3

8

Solved

Ctrl+D performs the find_under_expand command in sublime. This basically searched for the next occurrence of the already selected text and selected it, so when I edit, it's edited on both places at...
Eurythermal asked 25/4, 2014 at 23:49

6

Solved

I'm new to PHPStorm. This is awesome software for PHP Developers. I have a small problem on PHPStorm HTML intelligent coding. When I type html code , the html code shows with background gray color....
Millardmillboard asked 12/12, 2012 at 0:8

5

I am using highland.js and have installed it with its type definition: jq .dependencies package.json | grep highland "@types/highland": "https://registry.npmjs.org/@types/highland/-/highland-1.14...
Octopod asked 14/12, 2016 at 14:21

37

I'm using PhpStorm. I can run and open the index.php, but when I want to press submit button (post sign in), its display 404 not found. Web server Apache 2.4 running on Windows 10. This is ...
Krasnoff asked 1/5, 2017 at 6:17

4

Solved

I've noticed when I move a file in PHPStorm, it doesn't adjust the namespace at all. My project uses PSR-0, so directory structure mirrors the namespacing. Is it possible to have PHPStorm adjust th...
Hexastich asked 20/3, 2014 at 13:26

2

Solved

I use SCSS file watcher in PhpStorm 9 and would like to disable source maps generation (.map files). How to configure a watcher for this?
Rotor asked 25/10, 2015 at 8:59

2

Solved

In PhpStorm when you press "Cmd + /" it will comment the line beginning with // like so... // $numbers = explode(',', $numbers); What I'd like it to do is to put the // at the beginning of the t...
Tove asked 11/12, 2014 at 22:20

© 2022 - 2025 — McMap. All rights reserved.