Skip to content

Commit ed03d82

Browse files
committed
Remove concept link.
1 parent 483a1ff commit ed03d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rascal-lsp/src/main/rascal/util/LanguageServer.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ hover documentation, definition with uses, references to declarations, implement
209209
* The ((execution)) service executes the commands registered by ((lenses)) and ((inlayHinter))s.
210210
* The ((actions)) service discovers places in the editor to add "code actions" (little hints in the margin next to where the action is relevant) and connects ((CodeAction))s to execute when the users selects the action from a menu.
211211
* The ((util::LanguageServer::rename)) service renames an identifier by collecting the edits required to rename all occurrences of that identifier. It might fail and report why in diagnostics.
212-
* The optional ((prepareRename)) service argument discovers places in the editor where a ((util::LanguageServer::rename)) is possible. If renameing the location is not supported, it should throw an exception.
212+
* The optional `prepareRename` service argument discovers places in the editor where a ((util::LanguageServer::rename)) is possible. If renameing the location is not supported, it should throw an exception.
213213
* The ((didRenameFiles)) service collects ((DocumentEdit))s corresponding to renamed files (e.g. to rename a class when the class file was renamed). The IDE applies the edits after moving the files. It might fail and report why in diagnostics.
214214

215215
Many services receive a ((Focus)) parameter. The focus lists the syntactical constructs under the current cursor, from the current

0 commit comments

Comments
 (0)