Closed Caliv0 closed 1 year ago
I installed emacs on my Arch machine by installing this package extra/emacs-naivecomp.
This package didn't have SVG support, so I uninstalled it in favor of emacs-git. After the reinstallation, everything worked just fine.
I've created a few snippets for c-sharp, most of them work fine, but some others execute the lisp code and paste its contents but don't snap to the bindings.
Examples
Controller
Doesn't work:
Works:
The
using
statement at the beginning seems to be the problem. NOTE: It does work despite thenamespace
statement at the beginning.Exception
Works:
Doesn't work:
The
namespace
statement at the beginning seems to be the problemPossible Causes
I've tried to escape as much as possible. I also tried to experiment with the C# syntax, thinking it might be a lsp issue.
Environment
I'm using doom Emacs 29.1 The language server I use is Omnisharp. I've tested it in both C# projects and with C-c C-t in the snippet directly.
Could someone assist me in troubleshooting this issue, or is it a bug?