PromucFlow_constructor/app/client/src/utils/autocomplete
arunvjn d6e572f2b5
fix: Adjust autocomplete results ranking for function arguments (#28632)
## Description
> Leverage function arguments type generated in #28214 to better rank
autocomplete results for function arguments. Current entity and field
information is passed to the `CodemirrorTernService` at the time of hint
generation. We check to see if the cursor position is next to a function
argument and sort the results based on its type.
>
>
#### PR fixes following issue(s)
Fixes #28107
>
#### Media
> A video or a GIF is preferred. when using Loom, don’t embed because it
looks like it’s a GIF. instead, just link to the video
>
#### Type of change
- Bug fix (non-breaking change which fixes an issue)
>
>
## Testing
>
#### How Has This Been Tested?
- [x] Manual
- [x] Jest
>
>
#### Test Plan
> Add Testsmith test cases links that relate to this PR
>
>
#### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)
>
>
>
## Checklist:
#### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed

---------

Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2023-11-10 14:18:42 +05:30
..
__tests__ fix: Adjust autocomplete results ranking for function arguments (#28632) 2023-11-10 14:18:42 +05:30
AutocompleteDataType.ts feat: Bundle optimization and first load improvements (#21667) 2023-05-11 10:56:03 +05:30
AutocompleteSortRules.ts fix: Adjust autocomplete results ranking for function arguments (#28632) 2023-11-10 14:18:42 +05:30
CodemirrorTernService.ts fix: Adjust autocomplete results ranking for function arguments (#28632) 2023-11-10 14:18:42 +05:30
customDefUtils.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
customTreeTypeDefCreator.ts chore: CE changes for module input autocomplete (#28221) 2023-10-20 17:02:24 +05:30
dataTreeTypeDefCreator.ts chore: CE changes for module input autocomplete (#28221) 2023-10-20 17:02:24 +05:30
dataTypeSortRules.ts fix: improve autocompletion hints discovery (#28222) 2023-10-25 18:18:45 +01:00
defCreatorUtils.ts feat: Added hints for function arguments (#28214) 2023-11-07 11:30:32 +05:30
keywordCompletion.ts fix: Removes platform functions from autocomplete list in data fields (#28217) 2023-10-24 12:13:37 +05:30
ternDocTooltip.tsx feat: show additional info for autocomplete results (#28564) 2023-11-10 13:36:10 +05:30
TernWorkerService.ts chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
types.ts chore: Moved tern server to worker (#18464) 2022-11-27 11:41:01 +05:30