Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add completion item for string union types (#1392)
* feat: add completion item for string union types Signed-off-by: shruti2522 <[email protected]> * feat: add completion items for string_union_types Signed-off-by: shruti2522 <[email protected]> * remove unwanted code Signed-off-by: shruti2522 <[email protected]> * conditional completion for str and str lit Signed-off-by: shruti2522 <[email protected]> * add symbol complete items for string lit type Signed-off-by: shruti2522 <[email protected]> make fmt Signed-off-by: shruti2522 <[email protected]> add symbol complete items for string lit type Signed-off-by: shruti2522 <[email protected]> * make fmt Signed-off-by: shruti2522 <[email protected]> * conditional attrs for union types Signed-off-by: shruti2522 <[email protected]> make fmt Signed-off-by: shruti2522 <[email protected]> conditional attrs for union types Signed-off-by: shruti2522 <[email protected]> * add return value for union type to get_type_symbol Signed-off-by: shruti2522 <[email protected]> --------- Signed-off-by: shruti2522 <[email protected]>
- Loading branch information