Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carloslfu/cursor-old
/ functions
Functions
1,103 in github.com/carloslfu/cursor-old
⨍
Functions
1,103
◇
Types & classes
205
↓ 2 callers
Function
initWidths
()
src/components/pane.tsx:228
↓ 2 callers
Function
insertFirstPane
(state: State)
src/features/window/paneUtils.ts:232
↓ 2 callers
Function
insertNewFile
( state: State, parentFolderId: number, name: string )
src/features/window/fileUtils.ts:311
↓ 2 callers
Function
insertNewFolder
( state: State, parentFolderId: number, name: string )
src/features/window/fileUtils.ts:287
↓ 2 callers
Function
insertNewPaneExceptSplit
(state: State)
src/features/window/paneUtils.ts:131
↓ 2 callers
Function
isDepthHorizontal
(number: number)
src/features/window/paneUtils.ts:190
↓ 2 callers
Method
killServer
(event: IpcMainInvokeEvent, language: Language)
src/main/lsp.ts:807
↓ 2 callers
Function
languageServerStatus
(languageServer: string)
src/features/lsp/languageServerSelector.ts:20
↓ 2 callers
Function
loadingDom
(view: EditorView, diffId: string)
src/features/extensions/diff.ts:761
↓ 2 callers
Function
logError
(error: any)
src/main/setup/logger.ts:17
↓ 2 callers
Function
lspStore
(store: Store)
src/main/lsp.ts:45
↓ 2 callers
Function
maybeAcceptRejectSubDiff
({ typeRemoved }: { typeRemoved: DiffType })
src/features/extensions/diff.ts:1425
↓ 2 callers
Function
maybeEnableLint
( state: EditorState, effects: readonly StateEffect<unknown>[] )
src/features/linter/lint.ts:272
↓ 2 callers
Method
maybeInstallLanguage
(language: Language, rootDir: string)
src/main/lsp.ts:220
↓ 2 callers
Method
moveH
(increment: number, unit: string)
src/components/codemirror-vim/cm_adapter.ts:888
↓ 2 callers
Function
moveToEol
(cm, head, motionArgs, vim, keepHPos)
src/components/codemirror-vim/vim.js:5176
↓ 2 callers
Function
newResponse
( chatState: ChatState, action: PayloadAction<{ type: BotMessageType
src/features/chat/chatSlice.ts:104
↓ 2 callers
Method
nextMatch
(from: number)
src/components/codemirror-vim/cm_adapter.ts:613
↓ 2 callers
Function
nextTabID
(state: State)
src/features/window/state.ts:480
↓ 2 callers
Function
notInsertMode
(update: ViewUpdate)
src/features/extensions/ghostText.ts:346
↓ 2 callers
Function
nothingDom
()
src/features/extensions/diff.ts:798
↓ 2 callers
Function
npmDownload
(...packages: string[])
src/main/lsp.ts:72
↓ 2 callers
Function
offset
(depth: number)
src/components/filetree.tsx:31
↓ 2 callers
Method
openDialog
(template: Element, callback: Function, options: any)
src/components/codemirror-vim/cm_adapter.ts:290
↓ 2 callers
Function
posFromLineCol
( doc: Text, lineCol: { line: number; col: number } )
src/components/codemirrorHooks/dispatch.ts:191
↓ 2 callers
Function
preferredExtensions
(paths: string[])
src/features/selectors.ts:172
↓ 2 callers
Method
readdirSyncWithIsDir
(path: string)
src/main/fileSystem.ts:198
↓ 2 callers
Function
recordJumpPosition
(cm, oldCur, newCur)
src/components/codemirror-vim/vim.js:4883
↓ 2 callers
Function
recordLastCharacterSearch
(increment, args)
src/components/codemirror-vim/vim.js:4889
↓ 2 callers
Method
rejectCompletions
(params: CopilotRejectCompletionParams)
src/features/lsp/stdioClient.ts:710
↓ 2 callers
Function
removeBeginningAndEndingLineBreaks
(str: string)
src/utils.ts:259
↓ 2 callers
Method
renameSync
(oldPath: string, newPath: string)
src/main/fileSystem.ts:169
↓ 2 callers
Function
renderBlocks
( scrollbar: HTMLElement, diagnosticsPositions: { from: number; to: number; severity: string }[] )
src/features/extensions/minimap.ts:29
↓ 2 callers
Function
renderDiagnostic
( view: EditorView, diagnostic: Diagnostic, inPanel: boolean )
src/features/linter/lint.ts:736
↓ 2 callers
Function
repeatCommand
()
src/components/codemirror-vim/vim.js:7595
↓ 2 callers
Function
repeatFn
(cm, fn, repeat)
src/components/codemirror-vim/vim.js:4393
↓ 2 callers
Function
repeatInsert
(repeat)
src/components/codemirror-vim/vim.js:7606
↓ 2 callers
Function
repeatInsertModeChanges
(cm, changes, repeat)
src/components/codemirror-vim/vim.js:7641
↓ 2 callers
Function
repeatLastEdit
* Repeats the last edit, which includes exactly 1 command and at most 1 * insert. Operator and motion commands are read from lastEditInputState,
src/components/codemirror-vim/vim.js:7590
↓ 2 callers
Function
reverse
(cm, ln, pos, dir)
src/components/codemirror-vim/vim.js:5388
↓ 2 callers
Function
runHistoryCommand
(cm: CodeMirror, revert: boolean)
src/components/codemirror-vim/cm_adapter.ts:160
↓ 2 callers
Method
scanForBracket
(pos: Pos, dir: 1 | -1, style: any, config: any)
src/components/codemirror-vim/cm_adapter.ts:530
↓ 2 callers
Function
selectBlock
(cm, selectionEnd)
src/components/codemirror-vim/vim.js:4463
↓ 2 callers
Function
selectForInsert
(cm, head, height)
src/components/codemirror-vim/vim.js:4511
↓ 2 callers
Function
selectHasTests
(filePath: string)
src/features/tests/testSelectors.ts:30
↓ 2 callers
Function
setChatOpen
(chatState: ChatState, action: PayloadAction<boolean>)
src/features/chat/chatSlice.ts:476
↓ 2 callers
Function
setIsNotFirstTime
(state: State, action: PayloadAction<boolean>)
src/features/globalSlice.ts:1542
↓ 2 callers
Function
setOpenParentFolders
(state: State, folderId: number | null)
src/features/window/paneUtils.ts:551
↓ 2 callers
Function
setOption
(name, value, cm, cfg)
src/components/codemirror-vim/vim.js:1205
↓ 2 callers
Function
setupTokens
( callbackURL: string // window: BrowserWindow )
src/main/auth.ts:141
↓ 2 callers
Function
showDialog
(cm: CodeMirror, dialog: Element)
src/components/codemirror-vim/cm_adapter.ts:1033
↓ 2 callers
Function
signalTo
(handlers: any, ...args: any[])
src/components/codemirror-vim/cm_adapter.ts:91
↓ 2 callers
Method
signedIn
()
src/features/lsp/stdioClient.ts:863
↓ 2 callers
Function
sortPaths
(origQuery: string, paths: string[])
src/features/selectors.ts:205
↓ 2 callers
Function
splitBySeparator
(argString, separator)
src/components/codemirror-vim/vim.js:5802
↓ 2 callers
Function
splitIntoWords
(e: string)
src/features/chat/promptUtils.ts:11
↓ 2 callers
Method
startWatcher
()
src/main/indexer.ts:180
↓ 2 callers
Method
statSync
(path: string)
src/main/fileSystem.ts:294
↓ 2 callers
Method
stopLS
(language: Language)
src/main/lsp.ts:197
↓ 2 callers
Function
submit
()
src/appComponent.tsx:69
↓ 2 callers
Function
syntaxBundle
(filePath: string)
src/features/extensions/syntax.ts:1910
↓ 2 callers
Function
toCtxArray
(ctx)
src/components/codemirror-vim/vim.js:1512
↓ 2 callers
Function
toSet
(chars: Set<string>)
src/features/lsp/lspPlugin.ts:1231
↓ 2 callers
Function
toggleFeedback
( loggingState: LoggingState, action: PayloadAction<null> )
src/features/logging/loggingSlice.ts:35
↓ 2 callers
Function
tokenLimitInterrupt
(chatState: ChatState)
src/features/chat/chatSlice.ts:286
↓ 2 callers
Method
tryToInitElement
(view: EditorView)
src/features/extensions/minimap.ts:115
↓ 2 callers
Method
unlinkSync
(path: string)
src/main/fileSystem.ts:144
↓ 2 callers
Function
updateCachedContents
( state: State, fileId: number, contents: string )
src/features/window/fileUtils.ts:101
↓ 2 callers
Function
updateFeedbackMessage
( loggingState: LoggingState, action: PayloadAction<string> )
src/features/logging/loggingSlice.ts:29
↓ 2 callers
Function
updateLastSelection
(cm, vim)
src/components/codemirror-vim/vim.js:4595
↓ 2 callers
Function
updateRemoteState
()
src/components/editor.tsx:235
↓ 2 callers
Function
updateSyncViews
(codeMirrorState: CodeMirrorState, tabIds: number[])
src/features/codemirror/codemirrorSlice.ts:84
↓ 2 callers
Function
upsertTest
( state, action: PayloadAction<{ functionId: number fu
src/features/tests/testSlice.ts:634
↓ 2 callers
Function
vim
( options: { status?: boolean; callbacks?: CustomVimConfig } = {} )
src/components/codemirror-vim/index.ts:401
↓ 2 callers
Function
vscodeDarkInit
(options?: CreateThemeOptions)
src/vscodeTheme.ts:80
↓ 2 callers
Function
xyToPaneHoverState
(x: number, y: number)
src/components/pane.tsx:65
↓ 1 callers
Function
_addExistingFolder
(state: State, path: string)
src/features/window/fileUtils.ts:496
↓ 1 callers
Function
_mapCommand
(command)
src/components/codemirror-vim/vim.js:7348
↓ 1 callers
Method
acceptCompletion
(params: CopilotAcceptCompletionParams)
src/features/lsp/stdioClient.ts:707
↓ 1 callers
Function
activeTab
(stobj: object, action: PayloadAction<number>)
src/features/globalSlice.ts:1058
↓ 1 callers
Function
addCodeMirrorView
(id: number, view: EditorView)
src/features/codemirror/codemirrorSlice.ts:53
↓ 1 callers
Method
addOverlay
({ query }: { query: RegExp })
src/components/codemirror-vim/cm_adapter.ts:564
↓ 1 callers
Function
addRemoveCallbacks
()
src/preload.ts:21
↓ 1 callers
Function
addToFilesFolders
( dirName: string, depth: number )
src/main/setup/ipcs.ts:67
↓ 1 callers
Function
afterAddCommentToDoc
( state, action: PayloadAction<{ filePath: string; functionName: string }> )
src/features/comment/commentSlice.ts:105
↓ 1 callers
Function
afterFileWasAdded
(state: State, action: PayloadAction<string>)
src/features/globalSlice.ts:1413
↓ 1 callers
Function
afterFileWasDeleted
(state: State, action: PayloadAction<string>)
src/features/globalSlice.ts:1439
↓ 1 callers
Function
afterFolderWasAdded
(state: State, action: PayloadAction<string>)
src/features/globalSlice.ts:1454
↓ 1 callers
Function
afterFolderWasDeleted
(state: State, action: PayloadAction<string>)
src/features/globalSlice.ts:1473
↓ 1 callers
Function
afterSelectFile
( state: State, action: PayloadAction<{ fileId: number; contents: string }> )
src/features/globalSlice.ts:1534
↓ 1 callers
Function
applyLineChangesToView
( view: EditorView, lineChanges: LineChange[] )
src/features/linter/fixLSPExtension.ts:41
↓ 1 callers
Method
attachPlugin
(plugin: LanguageServerPluginInterface)
src/features/lsp/stdioClient.ts:846
↓ 1 callers
Function
authPackage
()
src/main/auth.ts:250
↓ 1 callers
Function
autocompleting
(update: ViewUpdate)
src/features/extensions/ghostText.ts:354
↓ 1 callers
Function
backTrack
(node: SyntaxNode)
src/features/extensions/utils.ts:209
↓ 1 callers
Function
badUpdate
(update: ViewUpdate)
src/features/extensions/ghostText.ts:335
↓ 1 callers
Function
barExtension
()
src/features/extensions/cmdZBar.ts:70
↓ 1 callers
Function
bracketRegex
(config: any)
src/components/codemirror-vim/cm_adapter.ts:1142
↓ 1 callers
Function
changeFile
(path: string)
src/components/searchFiles.tsx:172
↓ 1 callers
Function
charIdxInLine
(start, line, character, forward, includeChar)
src/components/codemirror-vim/vim.js:5220
← previous
next →
301–400 of 1,103, ranked by callers