Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Sending parameters to /autocomplete endpoint #228

Open
tavisca-ysant opened this issue Jan 27, 2020 · 0 comments
Open

Sending parameters to /autocomplete endpoint #228

tavisca-ysant opened this issue Jan 27, 2020 · 0 comments

Comments

@tavisca-ysant
Copy link

As per the test cases for Autocomplete, we need a multiline string as input. However, I am facing issues in sending multiline WordToComplete. PFB json object:

{ "WordToComplete":"public class A { public A() { string s; s.Leng$; } }", "ForceSemanticCompletion":"true", "WantDocumentationForEveryCompletionResult":"true", "WantImportableTypes":"true", "WantMethodHeader":"true", "WantSnippet":"true", "WantReturnType":"true" }

Any help would be appreciated. I have already tried using \n and \n but with no success, it still gives as line = 0.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant