Peter Weil

- 活动总数 32
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 8
-
创建于 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'... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 <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 -
创建于 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... -
创建于 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...