PromucFlow_constructor/app/client/src/selectors
Favour Ohanekwu a1b07e21c7
fix: Show JS Function data in autocompletion hints (#19811)
## Description

This PR adds JS function data to autocompletion hints

Fixes #15909 

<img width="278" alt="Screenshot 2023-01-16 at 20 35 55"
src="https://user-images.githubusercontent.com/46670083/212754461-68844350-5d23-4b50-af1f-675b7719dc49.png">


## Type of change

- Bug fix (non-breaking change which fixes an issue)


## How Has This Been Tested?
Cypress

### 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
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2023-01-17 08:12:16 +01:00
..
actionSelectors.tsx feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
analyticsSelectors.tsx chore: send segment anonymous id (#19122) 2023-01-06 19:39:38 +05:30
apiPaneSelectors.ts chore: Context switching - Api right pane tabs (#17473) 2022-11-25 09:17:00 +05:30
appCollabSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
applicationSelectors.tsx feat: in-app embed settings (#19023) 2022-12-26 10:41:33 +05:30
appSettingsPaneSelectors.tsx fix: Updating page permissions in view mode to solve error message for updating the page (#18946) 2022-12-14 20:32:13 +05:30
appThemingSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
appViewSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
authSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
autoHeightSelectors.ts feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
canvasSelectors.ts chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
crudInfoModalSelectors.ts chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
dataTreeSelectors.ts chore: perf data tree shrink (#18361) 2022-12-02 18:15:11 +05:30
debuggerSelectors.test.ts feat: console log implementation in appsmith (#16286) 2022-09-04 17:28:05 +05:30
debuggerSelectors.tsx chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
editorContextSelectors.ts feat: [Context Switching] maintain focus of code editor fields (#18240) 2022-12-15 19:45:46 +05:30
editorSelectors.tsx feat: Add a description field for pages (#19573) 2023-01-15 00:58:02 +05:30
entitiesSelector.ts fix: Show JS Function data in autocompletion hints (#19811) 2023-01-17 08:12:16 +01:00
errorSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
explorerSelector.ts feat: New settings pane (#16361) 2022-12-02 11:19:51 +05:30
focusHistorySelectors.ts feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
formSelectors.ts chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
gitSyncSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
globalSearchSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
helpSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
jsPaneSelectors.ts chore: Fixing broken client build (#17634) 2022-10-18 10:53:18 +05:30
lintingSelectors.ts chore: linting performance improvement (#18101) 2022-11-18 15:53:24 +05:30
mainCanvasSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
multiPaneSelectors.ts feat: Multi Pane IDE: Phase 1 (#19261) 2023-01-09 10:54:41 +05:30
navigationSelectors.ts feat: Command Click for nested properties (#19004) 2022-12-26 10:49:02 +05:30
onboardingSelectors.tsx feat: Handle permission driven views for auto-saving pages and action… (#16950) 2022-12-01 12:00:50 +05:30
pageListSelectors.tsx feat: New settings pane (#16361) 2022-12-02 11:19:51 +05:30
propertyPaneSelectors.tsx fix: All property control renders when JS toggle button is clicked (#18905) 2022-12-19 15:45:50 +05:30
queryPaneSelectors.ts chore: Fixing broken client build (#17634) 2022-10-18 10:53:18 +05:30
settingsSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
tableFilterSelectors.tsx chore: Refactor getSelectedWidget selector (#16647) 2022-09-15 05:44:11 +00:00
templatesSelectors.tsx feat: fork templates inside an existing app (#17184) 2022-09-30 19:11:04 +05:30
themeSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
tourSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
ui.tsx feat: [Context Switching] Maintain datasource collapse state (#17616) 2022-12-05 11:28:17 +05:30
usersSelectors.tsx feat: code split permission helpers and added null check for some selectors (#17718) 2022-10-20 11:33:33 +05:30
websocketSelectors.ts chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
widgetEnhancementSelectors.ts fix: Remove auto-height from list widget's children (#18755) 2022-12-18 01:33:35 +05:30
widgetReflowSelectors.tsx fix: Reflow while resizing does not reflow as expected (#17243) 2022-10-06 12:43:18 +05:30
widgetSelectors.test.tsx fix: auto height limits container select (#18546) 2022-11-30 13:02:36 +05:30
widgetSelectors.ts fix: auto height limits container select (#18546) 2022-11-30 13:02:36 +05:30