This commit is contained in:
Hackerpilot 2013-08-11 01:17:08 +00:00
commit 59f194a824
2 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ back to the client.
* *auto* declarations * *auto* declarations
* Operator overloading (opIndex, opSlice, etc) when autocompleting * Operator overloading (opIndex, opSlice, etc) when autocompleting
* Instances of enum types resolve to the enum itself instead of the enum base type * Instances of enum types resolve to the enum itself instead of the enum base type
* Function parameters do not appear in the scope of the function body
* Public imports * Public imports
* Array and associative array indexing in autocompletion
* That one feature that you *REALLY* needed * That one feature that you *REALLY* needed
#Setup #Setup

View File

@ -4,7 +4,7 @@ This is a first cut at emacs support. It is far from complete.
##Requirements ##Requirements
* You must have the [auto-complete](https://github.com/auto-complete/auto-complete) package * You must have the [auto-complete](https://github.com/auto-complete/auto-complete) package
* This integration will not automatically start dcd-server, so you'll have to do hat yourself. * This integration will not automatically start dcd-server, so you'll have to do that yourself.
* Make sure dcd-client is in your path * Make sure dcd-client is in your path
* Add the following to your .emacs * Add the following to your .emacs