Muah

Results 196 comments of Muah

@swiderskimarcin @alexchirolde atm accepting PRs only

any updates ?, 4 years and still no fix 😢

am not sure if this is still in WIP or not, but i have the latest release and i still cant read `property promotion` 😢

> @ctf0 I think you just need to do > > ```sh > rm -rf ./node_modules > # or > # rm -rf ./node_modules/tree-sitter > npm install > ``` already...

@verhovsky ``` node: v19.2.0 npm: 8.19.3 ``` > Are you [running on Electron](https://stackoverflow.com/questions/73479177/npm-active-win-package-with-node-module-version-106?noredirect=1&lq=1) version [19](https://github.com/electron/releases#releases) (with Node 16)? am trying to use the pkg inside vscode extension ``` Version: 1.74.0-insider...

@bmewburn maybe for this we can use the https://code.visualstudio.com/api/references/vscode-api#workspace events like `onWillRenameFiles` this way u can get the old & new path of the folder & contents then make a...

i worked on this today and its added to https://github.com/ctf0/vscode-php-refactor, give it a try and reply back for any issues.

thank you so much for this update, is it possible to make the input path start from the file directory ? so its easier to find where the user want...

> how about moving and preselect that folder to the very top below `workspace root`? ok, also would it be possible to represent the directories as menu & sub menus,...