Commit 33f951a
committed
Fix completion not working for imports.hx (#1230)
Details: Completion references are in tmp in-memory files and does not provide us with any directory/filesystem information so we are unable to find the `import.hx`when resolving. the solution is to get the original file if available.1 parent 7f23d49 commit 33f951a
File tree
1 file changed
+10
-2
lines changed- src/main/java/com/intellij/plugins/haxe/util
1 file changed
+10
-2
lines changedLines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1158 | 1158 | | |
1159 | 1159 | | |
1160 | 1160 | | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
1161 | 1169 | | |
1162 | | - | |
| 1170 | + | |
1163 | 1171 | | |
1164 | 1172 | | |
1165 | 1173 | | |
1166 | 1174 | | |
1167 | 1175 | | |
1168 | 1176 | | |
1169 | 1177 | | |
1170 | | - | |
| 1178 | + | |
1171 | 1179 | | |
1172 | 1180 | | |
1173 | 1181 | | |
| |||
0 commit comments