ergou
ergou
### Issue The php default fileformat would show variable value twice and no variable name. Here's an example ( also a screenshot with treesitter highlight attached for better visibility) ```php...
### Issues - [X] I have checked [existing issues](https://github.com/vuki656/package-info.nvim/issues?q=is%3Aissue) and there are no existing ones with the same request. ### Feature description 1. My personally weird habit is to update...
## What is this PR for? At the moment, the config for vue set hybrid mode to `false` which volar will run a typescript server under the hook. ( hybrid...
### Vue - Official extension or vue-tsc version 2.1.6 ### VSCode version none ### Vue version 3.5.3 ### TypeScript version 5.5.4 ### System Info ```shell System: OS: Linux 5.15 Ubuntu...
### Environment ```bash Developement/Production OS: Windows 11 Node version: 20 Package manager: [email protected] Reka Vue version: 0.0.2 Vue version: ^3.0.0 Client OS: Windows 11 Browser: Firefox ``` ### Link to...
## Description Add a new option `componentPrefix` for html attr format. ## Related Issue closes #942 closes #944 ## Motivation and Context Due to currently only prefix of `x-` or...
### Description In https://github.com/shufo/blade-formatter/blob/299b664c2fab0900df573691cc3297707ca148f3/src/formatter.ts#L1106 It checks prefix `(x-|livewire:)`. However, when I use a new library [flux](https://fluxui.dev/) the component name is ``. The issue: Currently it formats ```php :key="$foo->bar" ``` to...