zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 162 forks source link

Documentation for commands #544

Open rakshazi opened 9 years ago

rakshazi commented 9 years ago

Hello! Autocomplete in Zed is... very bad, but following problem can be part-solved by adding documentations for functions.

  1. In plugin (eg: php-mode) config.json, section "builtins" now: ["function_name","function_name", "..."] do:
{
    "function_name":"function_name(string $arg1, int $arg2, mixed $arg3) Function summary description"
}
  1. Add support for documentation in app (don't know, where changes must be added)
  2. In autocomplete box show: function_name(string $arg1, int $arg2, mixed $arg3) Function summary description

For now, Zed is only one good offline editor, but it's functionality is very poor :( I hope, that we can make Zed better.

Best regards, Nikita, backend PHP developer.

valdoonicanlives commented 8 years ago

I am having trouble finding documentation also