You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code completion is "one off" in some places of the XML file in the attached mini.zip.
At this position it should suggest edmx:Include and edmx:IncludeAnnotations, instead it suggests nothing:
Instead it shows these suggestions when triggering code completion one level up in the XML tree (where it should instead suggest edmx:Reference and others):
To make things more confusing this only happens with suggestions for the "outer" XSD (here: edmx). Suggestions for elements in the "inner" XSD (here: edm) work fine - only edm:PropertyRef is allowed and suggested here:
To make things even more confusing the "one off" suggestions only show when pressing Control-Space on "white space". Once I type a < the correct suggestions show:
The text was updated successfully, but these errors were encountered:
Code completion is "one off" in some places of the XML file in the attached mini.zip.
At this position it should suggest
edmx:Include
andedmx:IncludeAnnotations
, instead it suggests nothing:Instead it shows these suggestions when triggering code completion one level up in the XML tree (where it should instead suggest
![image](https://user-images.githubusercontent.com/951576/48065185-4dd13600-e1ca-11e8-8516-aec79cca1fa9.png)
edmx:Reference
and others):To make things more confusing this only happens with suggestions for the "outer" XSD (here: edmx). Suggestions for elements in the "inner" XSD (here: edm) work fine - only
![image](https://user-images.githubusercontent.com/951576/48065310-a0125700-e1ca-11e8-94a3-9eaa86d0ae8b.png)
edm:PropertyRef
is allowed and suggested here:To make things even more confusing the "one off" suggestions only show when pressing Control-Space on "white space". Once I type a
![image](https://user-images.githubusercontent.com/951576/48065538-49f1e380-e1cb-11e8-87e8-0e0a8e55ac1a.png)
<
the correct suggestions show:The text was updated successfully, but these errors were encountered: