Update README.md

This commit is contained in:
Hackerpilot 2013-09-01 03:36:45 -07:00
parent 154aa9a72d
commit 005d761f74
1 changed files with 0 additions and 2 deletions

View File

@ -20,10 +20,8 @@ back to the client.
* *import* statement completions * *import* statement completions
* Not working: * Not working:
* Automatic starting of the server by the client * Automatic starting of the server by the client
* Windows support (I don't know that it won't work, but this program is not tested on Windows yet)
* UFCS * UFCS
* Autocompletion of declarations with template arguments * Autocompletion of declarations with template arguments
* Fields inherited from super classes or implemented interfaces.
* *auto* declarations * *auto* declarations
* *alias this* * *alias this*
* Determining the type of an enum member when no base type is specified, but the first member has an initialaizer * Determining the type of an enum member when no base type is specified, but the first member has an initialaizer