-
Bug
-
Resolution: Fixed
-
P4
-
None
According to implementation of /edit, if there are no arguments, all declarations should be presented in an editor. But it is not presented in documentation.
Clarify situation what happens if a user tries to edit two declaration by name.
-> class a {}
| Added class a
-> void a() {}
| Added method a
-> /e a
Clarify situation what happens if a user tries to edit two declaration by name.
-> class a {}
| Added class a
-> void a() {}
| Added method a
-> /e a