[Improvement]: Provide completions after providing the accessor of a resource method #41639
Labels
Area/Completion
Issues related to Language Server Auto Completions
Team/LanguageServer
Language Server Implementation related issues. #Compiler
Type/Improvement
Description
The current implementation does not provide the possible paths as completions for a given resource accessor. In some cases, it would be convenient for the user to have access to the paths associated with a given accessor.
Describe your problem(s)
No response
Describe your solution(s)
Consider the following Ballerina example.
In the above syntax, it should provide all the available paths for the accessors that start with
p
, in this case,post
andput
.Related area
-> Compilation
Related issue(s) (optional)
#41563
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: