An open API service indexing awesome lists of open source software.

https://github.com/celsojr/dayssearch

IntelliCode experiment
https://github.com/celsojr/dayssearch

Last synced: 2 months ago
JSON representation

IntelliCode experiment

Awesome Lists containing this project

README

        

## IntelliCode enum suggestion

### Steps to reproduce:

1. Code the first `switch case` logic;
1. Copy and paste the entire line (CRTL+C and CTRL+V);
1. Move the duplicated line to the next `switch case` (Alt + Arrow down) and you should see a suggestion for the others `cases`;
1. Now change the name of the column in the second `switch case` and at this moment you should see suggestions according to each case respecting the columns of the table of the same name as `enum`.

![Copy and paste the entire line](https://github.com/celsojr/DaysSearch/blob/principal/Images/01.png)

![Change the name of the column](https://github.com/celsojr/DaysSearch/blob/principal/Images/02.png)