https://github.com/celsojr/dayssearch
IntelliCode experiment
https://github.com/celsojr/dayssearch
Last synced: 2 months ago
JSON representation
IntelliCode experiment
- Host: GitHub
- URL: https://github.com/celsojr/dayssearch
- Owner: celsojr
- Created: 2020-09-10T04:27:15.000Z (over 4 years ago)
- Default Branch: principal
- Last Pushed: 2020-09-13T03:06:03.000Z (over 4 years ago)
- Last Synced: 2025-01-25T23:38:39.995Z (4 months ago)
- Language: C#
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.
