devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Feature Request: Add Support For Cursor in "Open in Editor" Feature

Open eliaszon opened this issue 1 year ago • 5 comments

eliaszon avatar Nov 04 '24 10:11 eliaszon

I also have this problem

Open in Editor cannot open through Cursor

Could not open App.vue in the editor.

image

a81n9 avatar Nov 14 '24 03:11 a81n9

Use vite-plugin-vue-devtools and install cursor command work for me.

`vueDevTools({ launchEditor: 'cursor' })

command + shift + p Install cursor command`

joeuan avatar Nov 29 '24 11:11 joeuan

Could not open home.vue in the editor. 09:46:31 The editor process exited with an error: (code 1).

Use vite-plugin-vue-devtools and install cursor command work for me.

`vueDevTools({ launchEditor: 'cursor' })

command + shift + p Install cursor command`

jerrywu001 avatar Jan 06 '25 01:01 jerrywu001

When I use inspect, it works on my cursor, but the cursor always creates two new files. Is that normal? image

hakityc avatar Jan 10 '25 02:01 hakityc

对于浏览器插件的用户该如何设置呢,用cursor作为editor时,始终无法使用此指令。会如下报错 Could not open xxxxxxxx.vue in the editor.

qq326943819 avatar Apr 10 '25 02:04 qq326943819