You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- This function (settings.keymaps.discussion_tree.jump_to_reviewer) will jump the cursor to the reviewer's location associated with the note. The implementation depends on the reviewer
Copy file name to clipboardExpand all lines: lua/gitlab/annotations.lua
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -346,3 +346,15 @@
346
346
---@fieldperform_action? string -- Once in normal mode, does action (like saving comment or applying description edit, etc)
347
347
---@fieldperform_linewise_action? string -- Once in normal mode, does the linewise action (see logs for this job, etc)
348
348
---@fielddiscard_changes? string -- Quit the popup discarding changes, the popup content is not? saved to the `temp_registers` (see `:h gitlab.nvim.temp-registers`)
349
+
350
+
---@classListThebaseclassforalllistobjects
351
+
---@fieldnewfunction -- Creates a new List from a table
352
+
---@fieldmapfunction -- Mutates a given list
353
+
---@fieldfilterfunction -- Filters a given list
354
+
---@fieldpartitionfunction -- Partitions a given list into two lists
355
+
---@fieldreducefunction -- Applies a function to reduce the list to a single value
356
+
---@fieldsortfunction -- Sorts the list in place based on a comparator function
357
+
---@fieldfindfunction -- Returns the first element that satisfies the callback
358
+
---@fieldslicefunction -- Returns a portion of the list between start and end indices
359
+
---@fieldincludesfunction -- Returns true if any of the elements can satisfy the callback
360
+
---@fieldvaluesfunction -- Returns an iterator over the list's values
0 commit comments