Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Auto completion not provided within the function arguments #13787

Closed
srsharon opened this issue Feb 22, 2019 · 2 comments
Closed

Auto completion not provided within the function arguments #13787

srsharon opened this issue Feb 22, 2019 · 2 comments
Labels
Team/CompilerFETools Semantic API, Formatter, Shell Team/LanguageServer Language Server Implementation related issues. #Compiler Type/Improvement

Comments

@srsharon
Copy link
Contributor

srsharon commented Feb 22, 2019

Description:

Auto completion not provided within the function arguments
eg : log:printError(endpointResponse. , err = endpointResponse);

Extended completion support, when there is a record as an argument, then the fields should be supported including nested records
eg:
Completions inside a nested record

mysql:Client studentDb = new({
    host:"localhost",
    port: 5690,
    name: "testdb",
    username: "root",
    password: "",
    dbOptions: { useSSL: false }
});

useSSL is not suggested.

@srsharon srsharon added Type/Improvement Team/LanguageServer Language Server Implementation related issues. #Compiler labels Feb 22, 2019
@nadeeshaan nadeeshaan changed the title When a code is deleted, the autocomplete suggestions are not triggered. Auto completion not provided within the function arguments Mar 12, 2019
@nadeeshaan nadeeshaan added this to the 0.995.0 milestone Mar 12, 2019
@kaviththiranga kaviththiranga removed this from the 0.995.0 milestone Mar 21, 2019
@nadeeshaan
Copy link
Contributor

This issue should be addressed with the source pruning implementation
#14216

@nadeeshaan
Copy link
Contributor

Closing since the fix has been merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/CompilerFETools Semantic API, Formatter, Shell Team/LanguageServer Language Server Implementation related issues. #Compiler Type/Improvement
Projects
None yet
Development

No branches or pull requests

5 participants