nvim-godot icon indicating copy to clipboard operation
nvim-godot copied to clipboard

if you connect node form button, what will get?

Open solitudealma opened this issue 1 year ago • 3 comments

like image it will add some code to editor

solitudealma avatar Oct 16 '24 11:10 solitudealma

Not sure if I understood correctly, but clicking something in editor that generates code like event / signals has nothing to do with the code editor you're using. Just not sure if the Neovim editor will trigger, I don't really use Godot atm

niscolas avatar Oct 16 '24 16:10 niscolas

Not sure if I understood correctly, but clicking something in editor that generates code like event / signals has nothing to do with the code editor you're using. Just not sure if the Neovim editor will trigger, I don't really use Godot atm

ok, thx i will get this 1729082597755.jpg but this does not affect the use

solitudealma avatar Oct 16 '24 22:10 solitudealma

Hey! First of all, thank you @niscolas for this script, I've adapted it and made an accompanying plugin: https://github.com/Cretezy/godot-server.nvim

Second, @solitudealma I was getting the same issue when attaching a signal, and figured out the reason. It seems like Godot doesn't know how to handle the reply from Neovim that edit was applied (the edit of adding the signal's handler). I've created an issue for it: https://github.com/godotengine/godot/issues/105544

Cretezy avatar Apr 18 '25 22:04 Cretezy