Tyler Miller

Results 124 comments of Tyler Miller

Really need this feature (for one, it catches typos). It shouldn't be too hard to implement? Referencing an undefined variable emits an LSP error or warning (even regardless of the...

> I can try adding an option that is enabled by default to enable this feature. If many users give feedback that they don't like this feature, I can downgrade...

> I too have this issue. Performance debugging C++ is terribly slow. I'm testing with a simple C++ file. Is your application multi-threaded?

Surprisingly, it doesn't work with `@alias` either -_-. I guess `@alias` doesn't actually create an "alias".

> Is it the LSP or VS Code? LSP. I don't use vscode.

Just make it like IDE completion, where the menu starts out with nothing selected (and therefore hitting `Enter` submits the buffer instead of completing, unless something was selected). Selection can...

I think it is, if your terminal is modern/mouse-friendly. The right window is nvim builtin menu, cmp isn't. You need to globally map `` to a function which triggers/opens cmp...

> I haven't come up with a better syntax yet. For example, in the solution you provided, I can't decide where the comment ends. > > (Translated by ChatGPT) Maybe...

The current convention is to just come up with a name and create classes (unless you only have 2-3 fields and are sure that you don't need descriptions), but it...

Have you installed and setup treesitter? https://github.com/nvim-treesitter/nvim-treesitter