MCPcopy Create free account

hub / github.com/carloslfu/cursor-old / functions

Functions1,103 in github.com/carloslfu/cursor-old

↓ 2 callersFunctioninitWidths
()
src/components/pane.tsx:228
↓ 2 callersFunctioninsertFirstPane
(state: State)
src/features/window/paneUtils.ts:232
↓ 2 callersFunctioninsertNewFile
( state: State, parentFolderId: number, name: string )
src/features/window/fileUtils.ts:311
↓ 2 callersFunctioninsertNewFolder
( state: State, parentFolderId: number, name: string )
src/features/window/fileUtils.ts:287
↓ 2 callersFunctioninsertNewPaneExceptSplit
(state: State)
src/features/window/paneUtils.ts:131
↓ 2 callersFunctionisDepthHorizontal
(number: number)
src/features/window/paneUtils.ts:190
↓ 2 callersMethodkillServer
(event: IpcMainInvokeEvent, language: Language)
src/main/lsp.ts:807
↓ 2 callersFunctionlanguageServerStatus
(languageServer: string)
src/features/lsp/languageServerSelector.ts:20
↓ 2 callersFunctionloadingDom
(view: EditorView, diffId: string)
src/features/extensions/diff.ts:761
↓ 2 callersFunctionlogError
(error: any)
src/main/setup/logger.ts:17
↓ 2 callersFunctionlspStore
(store: Store)
src/main/lsp.ts:45
↓ 2 callersFunctionmaybeAcceptRejectSubDiff
({ typeRemoved }: { typeRemoved: DiffType })
src/features/extensions/diff.ts:1425
↓ 2 callersFunctionmaybeEnableLint
( state: EditorState, effects: readonly StateEffect<unknown>[] )
src/features/linter/lint.ts:272
↓ 2 callersMethodmaybeInstallLanguage
(language: Language, rootDir: string)
src/main/lsp.ts:220
↓ 2 callersMethodmoveH
(increment: number, unit: string)
src/components/codemirror-vim/cm_adapter.ts:888
↓ 2 callersFunctionmoveToEol
(cm, head, motionArgs, vim, keepHPos)
src/components/codemirror-vim/vim.js:5176
↓ 2 callersFunctionnewResponse
( chatState: ChatState, action: PayloadAction<{ type: BotMessageType
src/features/chat/chatSlice.ts:104
↓ 2 callersMethodnextMatch
(from: number)
src/components/codemirror-vim/cm_adapter.ts:613
↓ 2 callersFunctionnextTabID
(state: State)
src/features/window/state.ts:480
↓ 2 callersFunctionnotInsertMode
(update: ViewUpdate)
src/features/extensions/ghostText.ts:346
↓ 2 callersFunctionnothingDom
()
src/features/extensions/diff.ts:798
↓ 2 callersFunctionnpmDownload
(...packages: string[])
src/main/lsp.ts:72
↓ 2 callersFunctionoffset
(depth: number)
src/components/filetree.tsx:31
↓ 2 callersMethodopenDialog
(template: Element, callback: Function, options: any)
src/components/codemirror-vim/cm_adapter.ts:290
↓ 2 callersFunctionposFromLineCol
( doc: Text, lineCol: { line: number; col: number } )
src/components/codemirrorHooks/dispatch.ts:191
↓ 2 callersFunctionpreferredExtensions
(paths: string[])
src/features/selectors.ts:172
↓ 2 callersMethodreaddirSyncWithIsDir
(path: string)
src/main/fileSystem.ts:198
↓ 2 callersFunctionrecordJumpPosition
(cm, oldCur, newCur)
src/components/codemirror-vim/vim.js:4883
↓ 2 callersFunctionrecordLastCharacterSearch
(increment, args)
src/components/codemirror-vim/vim.js:4889
↓ 2 callersMethodrejectCompletions
(params: CopilotRejectCompletionParams)
src/features/lsp/stdioClient.ts:710
↓ 2 callersFunctionremoveBeginningAndEndingLineBreaks
(str: string)
src/utils.ts:259
↓ 2 callersMethodrenameSync
(oldPath: string, newPath: string)
src/main/fileSystem.ts:169
↓ 2 callersFunctionrenderBlocks
( scrollbar: HTMLElement, diagnosticsPositions: { from: number; to: number; severity: string }[] )
src/features/extensions/minimap.ts:29
↓ 2 callersFunctionrenderDiagnostic
( view: EditorView, diagnostic: Diagnostic, inPanel: boolean )
src/features/linter/lint.ts:736
↓ 2 callersFunctionrepeatCommand
()
src/components/codemirror-vim/vim.js:7595
↓ 2 callersFunctionrepeatFn
(cm, fn, repeat)
src/components/codemirror-vim/vim.js:4393
↓ 2 callersFunctionrepeatInsert
(repeat)
src/components/codemirror-vim/vim.js:7606
↓ 2 callersFunctionrepeatInsertModeChanges
(cm, changes, repeat)
src/components/codemirror-vim/vim.js:7641
↓ 2 callersFunctionrepeatLastEdit
* 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 callersFunctionreverse
(cm, ln, pos, dir)
src/components/codemirror-vim/vim.js:5388
↓ 2 callersFunctionrunHistoryCommand
(cm: CodeMirror, revert: boolean)
src/components/codemirror-vim/cm_adapter.ts:160
↓ 2 callersMethodscanForBracket
(pos: Pos, dir: 1 | -1, style: any, config: any)
src/components/codemirror-vim/cm_adapter.ts:530
↓ 2 callersFunctionselectBlock
(cm, selectionEnd)
src/components/codemirror-vim/vim.js:4463
↓ 2 callersFunctionselectForInsert
(cm, head, height)
src/components/codemirror-vim/vim.js:4511
↓ 2 callersFunctionselectHasTests
(filePath: string)
src/features/tests/testSelectors.ts:30
↓ 2 callersFunctionsetChatOpen
(chatState: ChatState, action: PayloadAction<boolean>)
src/features/chat/chatSlice.ts:476
↓ 2 callersFunctionsetIsNotFirstTime
(state: State, action: PayloadAction<boolean>)
src/features/globalSlice.ts:1542
↓ 2 callersFunctionsetOpenParentFolders
(state: State, folderId: number | null)
src/features/window/paneUtils.ts:551
↓ 2 callersFunctionsetOption
(name, value, cm, cfg)
src/components/codemirror-vim/vim.js:1205
↓ 2 callersFunctionsetupTokens
( callbackURL: string // window: BrowserWindow )
src/main/auth.ts:141
↓ 2 callersFunctionshowDialog
(cm: CodeMirror, dialog: Element)
src/components/codemirror-vim/cm_adapter.ts:1033
↓ 2 callersFunctionsignalTo
(handlers: any, ...args: any[])
src/components/codemirror-vim/cm_adapter.ts:91
↓ 2 callersMethodsignedIn
()
src/features/lsp/stdioClient.ts:863
↓ 2 callersFunctionsortPaths
(origQuery: string, paths: string[])
src/features/selectors.ts:205
↓ 2 callersFunctionsplitBySeparator
(argString, separator)
src/components/codemirror-vim/vim.js:5802
↓ 2 callersFunctionsplitIntoWords
(e: string)
src/features/chat/promptUtils.ts:11
↓ 2 callersMethodstartWatcher
()
src/main/indexer.ts:180
↓ 2 callersMethodstatSync
(path: string)
src/main/fileSystem.ts:294
↓ 2 callersMethodstopLS
(language: Language)
src/main/lsp.ts:197
↓ 2 callersFunctionsubmit
()
src/appComponent.tsx:69
↓ 2 callersFunctionsyntaxBundle
(filePath: string)
src/features/extensions/syntax.ts:1910
↓ 2 callersFunctiontoCtxArray
(ctx)
src/components/codemirror-vim/vim.js:1512
↓ 2 callersFunctiontoSet
(chars: Set<string>)
src/features/lsp/lspPlugin.ts:1231
↓ 2 callersFunctiontoggleFeedback
( loggingState: LoggingState, action: PayloadAction<null> )
src/features/logging/loggingSlice.ts:35
↓ 2 callersFunctiontokenLimitInterrupt
(chatState: ChatState)
src/features/chat/chatSlice.ts:286
↓ 2 callersMethodtryToInitElement
(view: EditorView)
src/features/extensions/minimap.ts:115
↓ 2 callersMethodunlinkSync
(path: string)
src/main/fileSystem.ts:144
↓ 2 callersFunctionupdateCachedContents
( state: State, fileId: number, contents: string )
src/features/window/fileUtils.ts:101
↓ 2 callersFunctionupdateFeedbackMessage
( loggingState: LoggingState, action: PayloadAction<string> )
src/features/logging/loggingSlice.ts:29
↓ 2 callersFunctionupdateLastSelection
(cm, vim)
src/components/codemirror-vim/vim.js:4595
↓ 2 callersFunctionupdateRemoteState
()
src/components/editor.tsx:235
↓ 2 callersFunctionupdateSyncViews
(codeMirrorState: CodeMirrorState, tabIds: number[])
src/features/codemirror/codemirrorSlice.ts:84
↓ 2 callersFunctionupsertTest
( state, action: PayloadAction<{ functionId: number fu
src/features/tests/testSlice.ts:634
↓ 2 callersFunctionvim
( options: { status?: boolean; callbacks?: CustomVimConfig } = {} )
src/components/codemirror-vim/index.ts:401
↓ 2 callersFunctionvscodeDarkInit
(options?: CreateThemeOptions)
src/vscodeTheme.ts:80
↓ 2 callersFunctionxyToPaneHoverState
(x: number, y: number)
src/components/pane.tsx:65
↓ 1 callersFunction_addExistingFolder
(state: State, path: string)
src/features/window/fileUtils.ts:496
↓ 1 callersFunction_mapCommand
(command)
src/components/codemirror-vim/vim.js:7348
↓ 1 callersMethodacceptCompletion
(params: CopilotAcceptCompletionParams)
src/features/lsp/stdioClient.ts:707
↓ 1 callersFunctionactiveTab
(stobj: object, action: PayloadAction<number>)
src/features/globalSlice.ts:1058
↓ 1 callersFunctionaddCodeMirrorView
(id: number, view: EditorView)
src/features/codemirror/codemirrorSlice.ts:53
↓ 1 callersMethodaddOverlay
({ query }: { query: RegExp })
src/components/codemirror-vim/cm_adapter.ts:564
↓ 1 callersFunctionaddRemoveCallbacks
()
src/preload.ts:21
↓ 1 callersFunctionaddToFilesFolders
( dirName: string, depth: number )
src/main/setup/ipcs.ts:67
↓ 1 callersFunctionafterAddCommentToDoc
( state, action: PayloadAction<{ filePath: string; functionName: string }> )
src/features/comment/commentSlice.ts:105
↓ 1 callersFunctionafterFileWasAdded
(state: State, action: PayloadAction<string>)
src/features/globalSlice.ts:1413
↓ 1 callersFunctionafterFileWasDeleted
(state: State, action: PayloadAction<string>)
src/features/globalSlice.ts:1439
↓ 1 callersFunctionafterFolderWasAdded
(state: State, action: PayloadAction<string>)
src/features/globalSlice.ts:1454
↓ 1 callersFunctionafterFolderWasDeleted
(state: State, action: PayloadAction<string>)
src/features/globalSlice.ts:1473
↓ 1 callersFunctionafterSelectFile
( state: State, action: PayloadAction<{ fileId: number; contents: string }> )
src/features/globalSlice.ts:1534
↓ 1 callersFunctionapplyLineChangesToView
( view: EditorView, lineChanges: LineChange[] )
src/features/linter/fixLSPExtension.ts:41
↓ 1 callersMethodattachPlugin
(plugin: LanguageServerPluginInterface)
src/features/lsp/stdioClient.ts:846
↓ 1 callersFunctionauthPackage
()
src/main/auth.ts:250
↓ 1 callersFunctionautocompleting
(update: ViewUpdate)
src/features/extensions/ghostText.ts:354
↓ 1 callersFunctionbackTrack
(node: SyntaxNode)
src/features/extensions/utils.ts:209
↓ 1 callersFunctionbadUpdate
(update: ViewUpdate)
src/features/extensions/ghostText.ts:335
↓ 1 callersFunctionbarExtension
()
src/features/extensions/cmdZBar.ts:70
↓ 1 callersFunctionbracketRegex
(config: any)
src/components/codemirror-vim/cm_adapter.ts:1142
↓ 1 callersFunctionchangeFile
(path: string)
src/components/searchFiles.tsx:172
↓ 1 callersFunctioncharIdxInLine
(start, line, character, forward, includeChar)
src/components/codemirror-vim/vim.js:5220
← previousnext →301–400 of 1,103, ranked by callers