|
Revision 1132, 440 bytes
(checked in by asterite, 4 years ago)
|
More random bug fixes and UI cleanup.
|
| Line | |
|---|
| 1 |
- See why ddoc doesn't show for constructors |
|---|
| 2 |
- Give constructors higher relevance so that they appear first |
|---|
| 3 |
- Show opCalls |
|---|
| 4 |
- Check if aliases are shown ok in proposals. |
|---|
| 5 |
- Check completion in new char[ | ] |
|---|
| 6 |
- Write test for autocompletion like foo[0]. | |
|---|
| 7 |
- Suggest templates after mixin | |
|---|
| 8 |
- Write test for suggest member of anon enum |
|---|
| 9 |
- Autocomplete tempnam |
|---|
| 10 |
- templateFoo!(T, U, V)( --> here crash when autocomplete <-- x, y) |
|---|