Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dylanmurzello/zed-android-port
/ functions
Functions
38,615 in github.com/Dylanmurzello/zed-android-port
⨍
Functions
38,615
◇
Types & classes
7,505
↓ 117 callers
Method
git_scans_complete
(&self, cx: &Context<Self>)
crates/project/src/project.rs:6056
↓ 117 callers
Method
rems
(self)
crates/ui/src/components/icon.rs:70
↓ 116 callers
Method
text
(&self)
crates/text/src/text.rs:2142
↓ 116 callers
Method
with_language
(mut self, language: Arc<Language>, cx: &mut Context<Self>)
crates/language/src/buffer.rs:1066
↓ 115 callers
Method
add_item_to_active_pane
( &mut self, item: Box<dyn ItemHandle>, destination_index: Option<usize>, focu
crates/workspace/src/workspace.rs:4448
↓ 115 callers
Method
as_ref
(&self)
crates/remote/src/transport/ssh.rs:283
↓ 115 callers
Method
spawn
( &self, task: SpawnInTerminal, _window: &mut ui::Window, _cx:
crates/git_ui/src/worktree_service.rs:832
↓ 115 callers
Method
success
Reports a success and adds it to this run's `Output`.
tooling/perf/src/implementation.rs:169
↓ 114 callers
Method
color
Sets the color of the button's label.
crates/ui/src/components/button/button.rs:121
↓ 114 callers
Method
label_size
Sets the size of the label.
crates/ui/src/components/chip.rs:51
↓ 113 callers
Method
clone
(&self)
crates/command_palette/src/command_palette.rs:265
↓ 113 callers
Method
end_last_completion_stream
(&self)
crates/language_model/src/fake_provider.rs:258
↓ 113 callers
Method
get
Get the value of a setting. Panics if the given setting type has not been registered, or if there is no value for this setting.
crates/settings/src/settings_store.rs:438
↓ 113 callers
Method
is_empty
(&self, cx: &App)
crates/agent/src/edit_agent/evals/fixtures/disable_cursor_blinking/before.rs:16266
↓ 113 callers
Method
new
(id: NotificationId, msg: I)
crates/workspace/src/workspace.rs:584
↓ 113 callers
Method
next
Increments this buffer id, returning the old value. So that's a post-increment operator in disguise.
crates/text/src/text.rs:95
↓ 112 callers
Method
next
(self, window: &mut Window, cx: &mut App)
crates/vim/src/normal/repeat.rs:137
↓ 111 callers
Function
toggle_expand_dir
( panel: &Entity<ProjectPanel>, path: &str, cx: &mut VisualTestContext, )
crates/project_panel/src/project_panel_tests.rs:6815
↓ 111 callers
Method
visible_worktrees
( &'a self, cx: &'a App, )
crates/project/src/project.rs:2375
↓ 110 callers
Function
assert_migrate_with_migrations
( migrations: &[MigrationType], input: &str, output: Option<&str>, )
crates/migrator/src/migrator.rs:444
↓ 110 callers
Method
len
(&self)
crates/file_finder/src/file_finder.rs:506
↓ 110 callers
Method
tooltip
(mut self, tooltip: impl Into<SharedString>)
crates/agent_ui/src/ui/mention_crease.rs:70
↓ 109 callers
Method
id
(&self)
crates/agent_ui/src/agent_ui.rs:289
↓ 109 callers
Method
newline
(&mut self, _: &Newline, window: &mut Window, cx: &mut Context<Self>)
crates/editor/src/editor.rs:5327
↓ 109 callers
Method
user_id
(&self)
crates/collab/src/db.rs:314
↓ 108 callers
Method
defer
Schedules the given function to be run at the end of the current effect cycle, allowing entities that are currently on the stack to be returned to the
crates/gpui/src/app.rs:1702
↓ 107 callers
Method
language_registry
(&self)
crates/collab/tests/integration/test_server.rs:646
↓ 107 callers
Method
remove
(&mut self, block_ids: HashSet<CustomBlockId>)
crates/editor/src/display_map/block_map.rs:1917
↓ 107 callers
Method
write_to_clipboard
Writes data to the platform clipboard.
crates/gpui/src/app.rs:1206
↓ 106 callers
Function
bash
Returns a bash-script step with the same name as the enclosing function. (You shouldn't inline this function into the workflow definition, you must wr
tooling/xtask/src/tasks/workflows/steps.rs:450
↓ 106 callers
Method
drain
(&mut self)
crates/gpui/src/platform.rs:1048
↓ 106 callers
Method
hide_mouse_cursor
(&mut self, origin: &HideMouseCursorOrigin)
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:2022
↓ 106 callers
Method
hide_mouse_cursor
(&mut self, origin: &HideMouseCursorOrigin)
crates/agent/src/edit_agent/evals/fixtures/disable_cursor_blinking/before.rs:2022
↓ 106 callers
Method
position
Returns the position of the click event `Keyboard`: The bottom left corner of the clicked hitbox `Mouse`: The position of the mouse when the button w
crates/gpui/src/interactive.rs:259
↓ 106 callers
Method
send
(&self, _message: String, cx: &AsyncApp)
crates/agent/src/tests/mod.rs:173
↓ 105 callers
Method
is_empty
(&self)
crates/project/src/search.rs:577
↓ 104 callers
Method
as_str
(&self)
crates/language_models/src/provider/anthropic/telemetry.rs:34
↓ 104 callers
Function
find
(parent: &mut Vec<usize>, mut x: usize)
crates/edit_prediction_cli/src/main.rs:627
↓ 104 callers
Method
is_empty
(&self)
crates/settings_content/src/theme.rs:1105
↓ 104 callers
Method
language
Returns the primary [`Language`] assigned to this [`Buffer`].
crates/language/src/buffer.rs:1706
↓ 104 callers
Method
separator
Creates a new menu item that is a separator
crates/gpui/src/platform/app_menu.rs:108
↓ 104 callers
Method
text_snapshot
(&self)
crates/language/src/buffer.rs:1405
↓ 103 callers
Method
filter
Note if you make changes to this, also change `agent_ui::completion_provider::search_symbols`
crates/project_symbols/src/project_symbols.rs:66
↓ 103 callers
Method
insert
( &mut self, sequence_id: u64, callback_tx: oneshot::Sender<Result<Response>>, )
crates/dap/src/transport.rs:123
↓ 103 callers
Method
is_file
(&self)
crates/project/src/project.rs:6468
↓ 103 callers
Method
push
( &mut self, force_push: bool, select_remote: bool, window: &mut Window,
crates/git_ui/src/git_panel.rs:3043
↓ 102 callers
Method
as_ref
(&self)
crates/util/src/paths.rs:334
↓ 102 callers
Function
build_editor
( buffer: Entity<MultiBuffer>, window: &mut Window, cx: &mut Context<Editor>, )
crates/editor/src/test.rs:127
↓ 102 callers
Method
get
(&self, path: &str)
crates/edit_prediction/src/udiff.rs:24
↓ 102 callers
Method
is_empty
(&self)
crates/language_model_core/src/request.rs:28
↓ 102 callers
Method
simulate_keystroke
Simulate a keystroke.
crates/gpui/src/app/test_app.rs:384
↓ 101 callers
Method
inset
Inset the bounds by a specified amount. Equivalent to `dilate` with the amount negated. Note that this may panic if T does not support negative value
crates/gpui/src/geometry.rs:1099
↓ 100 callers
Method
find_or_create_worktree
( &mut self, abs_path: impl AsRef<Path>, visible: bool, cx: &mut Context<Self>
crates/project/src/project.rs:4607
↓ 100 callers
Method
get
(hwnd: HWND)
crates/gpui_windows/src/events.rs:1287
↓ 100 callers
Method
is_empty
(&self)
crates/git_graph/src/git_graph.rs:470
↓ 100 callers
Method
is_empty
(&self)
crates/multi_buffer/src/multi_buffer.rs:1370
↓ 100 callers
Method
set
Set a key value pair in this context, if it's not already set.
crates/gpui/src/keymap/context.rs:126
↓ 100 callers
Method
set_text
(&mut self, text: &str, window: &mut Window, cx: &mut Context<Self>)
crates/agent_ui/src/message_editor.rs:1695
↓ 100 callers
Method
windows
Returns handles to all open windows in the application. Each handle could be downcast to a handle typed for the root view of that window. To find all
crates/gpui/src/app.rs:1050
↓ 99 callers
Method
borrow
(&self)
crates/gpui_linux/src/linux/wayland/window.rs:499
↓ 99 callers
Method
extend
(&mut self, elements: impl IntoIterator<Item = AnyElement>)
crates/platform_title_bar/src/platform_title_bar.rs:330
↓ 99 callers
Method
or_insert
(self, value: V)
crates/collections/src/vecmap.rs:113
↓ 99 callers
Function
update_settings_file
( fs: Arc<dyn Fs>, cx: &App, update: impl 'static + Send + FnOnce(&mut SettingsContent, &App), )
crates/settings/src/settings_file.rs:263
↓ 98 callers
Method
len
(&self)
crates/component/src/component.rs:104
↓ 98 callers
Method
push
(&mut self, edit: Edit<T>)
crates/text/src/patch.rs:55
↓ 98 callers
Method
snapshot
(&self, cx: &App)
crates/agent_ui/src/buffer_codegen.rs:240
↓ 97 callers
Function
assert_text_with_selections
( editor: &mut Editor, marked_text: &str, cx: &mut Context<Editor>, )
crates/editor/src/test.rs:106
↓ 97 callers
Method
get
(&self, _: &AsyncApp)
crates/remote/src/transport/mock.rs:84
↓ 97 callers
Method
next
(&mut self)
crates/sum_tree/src/cursor.rs:291
↓ 97 callers
Method
start
( id: SessionId, binary: DebugAdapterBinary, message_handler: DapMessageHandler,
crates/dap/src/client.rs:42
↓ 96 callers
Method
end
(mut self)
crates/zlog/src/zlog.rs:353
↓ 96 callers
Method
id
(&self)
crates/vim/src/state.rs:1063
↓ 96 callers
Method
open_window
Opens a new window with the given option and the root view returned by the given function. The function is invoked with a `Window`, which can be used
crates/gpui/src/app.rs:1074
↓ 96 callers
Method
select_display_ranges
(&mut self, ranges: T)
crates/editor/src/selections_collection.rs:904
↓ 96 callers
Method
start
(&mut self, alignments: Vec<Alignment>)
crates/markdown/src/markdown.rs:2384
↓ 96 callers
Method
step_9
(&self)
crates/theme/src/scale.rs:133
↓ 95 callers
Method
clear
(&mut self)
crates/gpui/src/arena.rs:102
↓ 95 callers
Method
len
Returns the number of indentation characters (tabs or spaces), taking tab size into account.
crates/text/src/text.rs:711
↓ 95 callers
Method
observe
Arrange a callback to be invoked when the given entity calls `notify` on its respective context.
crates/gpui/src/app.rs:907
↓ 95 callers
Method
share_project
Shares a project with the given room.
crates/collab/src/db/queries/projects.rs:30
↓ 95 callers
Method
style
(&mut self)
crates/gpui/src/style.rs:321
↓ 95 callers
Method
to_string
(&self)
crates/zed/src/main.rs:1752
↓ 94 callers
Method
activate
Instructs the platform to activate the application by bringing it to the foreground.
crates/gpui/src/app.rs:1110
↓ 94 callers
Method
extend
(&mut self, elements: impl IntoIterator<Item = AnyElement>)
crates/agent_ui/src/agent_registry_ui.rs:54
↓ 94 callers
Method
next
(&mut self)
crates/agent/src/thread.rs:3272
↓ 94 callers
Method
room
(&self)
crates/call/src/call_impl/mod.rs:728
↓ 94 callers
Method
shared
(&mut self, project_id: u64, cx: &mut Context<Self>)
crates/project/src/project.rs:2700
↓ 94 callers
Method
text_color
Returns the text color to be used for the tab content.
crates/workspace/src/item.rs:140
↓ 94 callers
Method
to_string
(&self)
crates/repl/src/kernels/mod.rs:695
↓ 93 callers
Function
extract_commands
(command: &str)
crates/shell_command_parser/src/shell_command_parser.rs:23
↓ 93 callers
Method
join_remote_project
( &self, host_project_id: u64, guest_cx: &mut TestAppContext, )
crates/collab/tests/integration/test_server.rs:874
↓ 93 callers
Method
key_binding
Display the keybinding that triggers the switch action.
crates/ui/src/components/toggle.rs:416
↓ 93 callers
Method
update_window
Updates a window.
crates/gpui/src/app/visual_test_context.rs:176
↓ 92 callers
Method
lsp_store
(&self)
crates/project/src/project.rs:2165
↓ 92 callers
Method
next
(&mut self)
crates/multi_buffer/src/multi_buffer.rs:6954
↓ 92 callers
Method
send_last_completion_stream_text_chunk
(&self, chunk: impl Into<String>)
crates/language_model/src/fake_provider.rs:240
↓ 92 callers
Method
snapshot
(&self)
crates/editor/src/display_map/crease_map.rs:297
↓ 92 callers
Method
update_buffer
(&mut self, update: F)
crates/editor/src/test/editor_test_context.rs:242
↓ 91 callers
Method
app_state
(&self)
crates/workspace/src/workspace.rs:2558
↓ 91 callers
Method
append
(&mut self, rope: Rope)
crates/rope/src/rope.rs:104
← previous
next →
401–500 of 38,615, ranked by callers