jackMort/ChatGPT.nvim

CompleteCode and add_tests

Open

#213 geöffnet am 15. Juni 2023

Auf GitHub ansehen
 (2 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Lua (323 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (4.005 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hello

I am starting you use this plugin, but whenever i try to use ChatGPTRun add_tests it only shows around 40 lines and also it seems to be cut

This is some example of the last part of suggestion:

	// Serve the request using the app
	app.ServeHTTP(res, req)
	// Check that the response status code is 200 OK
	if res.Code != http.StatusOK {
		t.Errorf("Expected status code

CompleteCode just breaks for me.. sometimes it suggest a few things, but mostly blank lines and such

Thanks, really nice plugin

Contributor Guide