Nav.H

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
-
-
Nav.H created a post, How to create a toolbox link that points to a line?
I am able to create toolbox links like this: jetbrains://php-storm/navigate/reference?project=my_project&path=my_path But how to add a line number to it? adding &line=42 does not work. It would be... -
-
-
Nav.H created a post, Show tab count
I am updating from a dated phpstorm version. As far as I can see, the new version (2021.2) does not display my open tab count, but it did before in the "hidden tabs" button. How can I re-enable thi... -
-
Nav.H created a post, Filewatcher to watch only a single file
How would I setup a filewatcher to watch only a single file? I am trying to use both Less and Uglify.js to watch single (different) files. I have already setup each to watch all .less and .js files... -
Nav.H created a post, Autocomplete on an object within an array
If I have a multidimensional array, where one element in each array is an object, how do I enable auto complete on object when working with the array element that contains it? $array = array( 1...