Peter Weil
- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
Created PhpStorm & Toolbox installs on MacOS 26.2 (Tahoe)
I recently upgraded to MacOS 26, and upon rebooting, PhpStorm would not launch ("could not be opened"). Googling didn't bear any fruit, but a chat with ChatGPT pointed the finger at an incompatibil... -
Created Another code wrapping & formatting question
In the <template> section of several Vue 3 components, I can't seem to find the item to change in order to stop PHPStorm from breaking up anchor tags and even `v-if` directives, as shown below. I'... -
Created code folding arrow color
I'd like to know how to change the color of the code folding arrow in the editor. There's a previous question about this from almost ten years ago, and the answer no longer seems correct. I've trie... -
Created Auto Complete Vue refs?
Volar has an autocomplete feature that adds `.value` to Vue refs. This sounds really convenient and helpful, and ought to be implemented in PHPStorm. If it already has this ability, please explain ... -
Created Disable breakpoints altogether? Clicking in the gutter
I am constantly accidentally creating breakpoints when clicking in the gutter. It's really gotten annoying. Is there some way to completely disable them?Along similar lines, I could swear that I us... -
Created <search> unknown html tag?
I'm wondering why PHPStorm doesn't recognize the <search> element, which is part of html5. It complains that it is "unknown" and asks whether I want to make a custom html tag. Using PhpStorm 2022.3.3 -
Created aria attributes not allowed?
I'm puzzled as to why PHPStorm (2020.2) does not recognize aria attributes (or at least some aria attributes) as legal attributes in html 5 elements; it tells me that they are not allowed, for exam... -
Created PHPStorm wrapping is breaking svg d attributes
I have a svg file inserted within a blade.php file. If I make some edits to that svg file (I am using blade to insert a fill color for each path), PHPStorm inserts breaks in the d attribute at plac...