MCPcopy Create free account

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

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

↓ 1 callersFunctioncheckIfFileExists
(fileName: string)
src/features/window/fileUtils.ts:452
↓ 1 callersFunctionchunkEqual
(a: Diff.Change, b: Diff.Change)
src/features/extensions/diff.ts:48
↓ 1 callersFunctionchunkLocationToTooltip
({ diffId, startLine, endLine, editorState, }: { diffId: string startLine: number
src/features/extensions/diff.ts:205
↓ 1 callersFunctionclearActiveTabs
(state: State, paneId: number)
src/features/window/paneUtils.ts:46
↓ 1 callersFunctionclearSelectedFiles
(state: State)
src/features/window/fileUtils.ts:50
↓ 1 callersFunctionclientPreloads
()
src/preload.ts:95
↓ 1 callersFunctionclipToLine
(cm, curStart, curEnd)
src/components/codemirror-vim/vim.js:4737
↓ 1 callersFunctioncloseChat
(loggingState: LoggingState, action: PayloadAction<null>)
src/features/logging/loggingSlice.ts:41
↓ 1 callersFunctioncloseTestFileName
(state, action: PayloadAction<{ fileName: string }>)
src/features/tests/testSlice.ts:556
↓ 1 callersFunctioncmKeyToVimKey
(key)
src/components/codemirror-vim/vim.js:1058
↓ 1 callersFunctioncommandMatch
(pressed, mapped)
src/components/codemirror-vim/vim.js:4356
↓ 1 callersFunctioncommandMatches
(keys, keyMap, context, inputState)
src/components/codemirror-vim/vim.js:4327
↓ 1 callersFunctioncommitFileRename
(state: State)
src/features/window/fileUtils.ts:351
↓ 1 callersFunctioncompareArrays
(arr1: any[], arr2: any[])
src/features/extensions/minimap.ts:97
↓ 1 callersFunctioncompareWords
(a: string[], b: string[])
src/features/chat/promptUtils.ts:21
↓ 1 callersMethodcompletionItemResolve
(params: LSP.CompletionItem)
src/features/lsp/stdioClient.ts:684
↓ 1 callersFunctioncompletionPlugin
(copilotClient: LanguageServerClient)
src/features/extensions/ghostText.ts:305
↓ 1 callersFunctioncompletionRequester
(client: LanguageServerClient)
src/features/extensions/ghostText.ts:331
↓ 1 callersFunctioncontainsGhostText
(update: ViewUpdate)
src/features/extensions/ghostText.ts:343
↓ 1 callersFunctioncopilotBundle
({ filePath, relativeFilePath, }: { filePath: string relativeFilePath: string })
src/features/extensions/ghostText.ts:528
↓ 1 callersFunctioncopilotServer
(options: LanguageServerPluginOptions)
src/features/lsp/lspPlugin.ts:1266
↓ 1 callersFunctioncreate
()
src/features/extensions/diff.ts:411
↓ 1 callersFunctioncreateCircularJumpList
()
src/components/codemirror-vim/vim.js:1274
↓ 1 callersFunctioncreateCodeMirrorView
( code: Element, newElement: Element, syntax: LanguageSupport | null = null )
src/features/lsp/lspPlugin.ts:1155
↓ 1 callersFunctioncreateFile
(fileName: string, data: string)
src/features/window/fileUtils.ts:448
↓ 1 callersFunctioncreateScrollbarElement
( diagnosticsPositions: { from: number; to: number; severity: string }[] )
src/features/extensions/minimap.ts:69
↓ 1 callersFunctioncreateTheme
({ settings, styles }: CreateThemeOptions)
src/vscodeTheme.ts:9
↓ 1 callersFunctioncursorTooltip
()
src/features/extensions/selectionTooltip.ts:134
↓ 1 callersFunctioncustomToEffect
(custom: TransactionFunction)
src/components/codemirrorHooks/dispatch.ts:184
↓ 1 callersMethoddestroy
()
src/components/codemirror-vim/index.ts:257
↓ 1 callersMethoddestroy
()
src/features/linter/lint.ts:677
↓ 1 callersMethoddetachPlugin
(plugin: LanguageServerPluginInterface)
src/features/lsp/stdioClient.ts:851
↓ 1 callersFunctiondispatchTransactions
( view: EditorView | undefined, transactions: ReduxTransaction[] )
src/components/codemirrorHooks/dispatch.ts:33
↓ 1 callersFunctiondoKeyToKey
(keys)
src/components/codemirror-vim/vim.js:1660
↓ 1 callersFunctiondoMoveToAdjacentPane
(state: State, paneDirection: string)
src/features/window/paneUtils.ts:381
↓ 1 callersFunctiondoReplace
* @param {CodeMirror} cm CodeMirror instance we are in. * @param {boolean} confirm Whether to confirm each replace. * @param {Cursor} lineSt
src/components/codemirror-vim/vim.js:7160
↓ 1 callersFunctiondoSetChatState
(chatState: ChatState, action: PayloadAction<ChatState>)
src/features/chat/chatSlice.ts:172
↓ 1 callersMethoddraw
()
src/components/codemirror-vim/block-cursor.ts:21
↓ 1 callersFunctionendFinishResponse
(chatState: ChatState)
src/features/chat/chatSlice.ts:179
↓ 1 callersFunctionenterVimMode
(cm)
src/components/codemirror-vim/vim.js:979
↓ 1 callersMethodeq
(p: Piece)
src/components/codemirror-vim/block-cursor.ts:42
↓ 1 callersFunctionescapeRegex
(s)
src/components/codemirror-vim/vim.js:4448
↓ 1 callersFunctionescapeShell
(cmd: string)
src/main/fileSystem.ts:12
↓ 1 callersFunctionexecuteMacroRegister
(cm, vim, macroModeState, registerName)
src/components/codemirror-vim/vim.js:7380
↓ 1 callersFunctionexecuteSplitPane
( stobj: object, action: PayloadAction<{ paneId: number; hoverState: HoverState }>
src/features/globalSlice.ts:1257
↓ 1 callersFunctionexpandSelection
(cm, start, end)
src/components/codemirror-vim/vim.js:4615
↓ 1 callersFunctionexpandSelectionToLine
(_cm, curStart, curEnd)
src/components/codemirror-vim/vim.js:4770
↓ 1 callersFunctionexpandTagUnderCursor
* Depends on the following: * * - editor mode should be htmlmixedmode / xml * - mode/xml/xml.js should be loaded * - addon/fold/xm
src/components/codemirror-vim/vim.js:4864
↓ 1 callersFunctionextendLineToColumn
(cm, lineNum, column)
src/components/codemirror-vim/vim.js:4451
↓ 1 callersFunctionfilterFilesByExtension
( state: FullState, fileIds: number[], extension: string )
src/features/chat/promptUtils.ts:45
↓ 1 callersFunctionfilterFilesByLength
(state: FullState, fileContents: FileContents)
src/features/chat/promptUtils.ts:67
↓ 1 callersFunctionfindAdjacentPane
(state: State, paneId: number, direction: string)
src/features/window/paneUtils.ts:386
↓ 1 callersFunctionfindBeginningAndEnd
(cm, head, symb, inclusive)
src/components/codemirror-vim/vim.js:5702
↓ 1 callersFunctionfindDeclarationGivenDefinition
(node: SyntaxNode)
src/features/extensions/utils.ts:233
↓ 1 callersMethodfindMatchingBracket
(pos: Pos)
src/components/codemirror-vim/cm_adapter.ts:517
↓ 1 callersFunctionfindNextFromAndToInclusive
* Pretty much the same as `findNext`, except for the following differences: * * 1. Before starting the search, move to the previous search.
src/components/codemirror-vim/vim.js:6204
↓ 1 callersFunctionfindNextNonEmptyLineAndIndentLevel
* Returns the next non-empty line and its indent level.
src/features/extensions/indentLines.ts:139
↓ 1 callersFunctionfindNextValidMatch
()
src/components/codemirror-vim/vim.js:7193
↓ 1 callersFunctionfindPreviousSearchResult
()
src/components/terminal.tsx:104
↓ 1 callersFunctionfindSentence
(cm, cur, repeat, dir)
src/components/codemirror-vim/vim.js:5452
↓ 1 callersFunctionfindSplitOfPaneHelper
( state: State, splitOrPane: number | NestedArray, splits: NestedArray, depth:
src/features/window/paneUtils.ts:154
↓ 1 callersFunctionfindSymbol
(cm, repeat, forward, symb)
src/components/codemirror-vim/vim.js:4975
↓ 1 callersFunctionfindUnescapedSlashes
(argString)
src/components/codemirror-vim/vim.js:5798
↓ 1 callersFunctionfindViableVersion
(lang: DownloadedLanguage)
src/main/lsp.ts:100
↓ 1 callersFunctionfindWord
(cm, cur, forward, bigWord, emptyLineIsWord)
src/components/codemirror-vim/vim.js:5045
↓ 1 callersMethodforEachSelection
(command: Function)
src/components/codemirror-vim/cm_adapter.ts:964
↓ 1 callersMethodforce
()
src/features/linter/lint.ts:670
↓ 1 callersFunctionformatPromptPreview
(prompt: string)
src/components/markdown.tsx:775
↓ 1 callersFunctionformatPromptTime
(sentAt: number)
src/components/markdown.tsx:765
↓ 1 callersFunctiongenerateVimPlugin
(callbacks: CustomVimConfig)
src/components/codemirror-vim/index.ts:87
↓ 1 callersFunctiongetBase
(view: EditorView)
src/components/codemirror-vim/block-cursor.ts:158
↓ 1 callersFunctiongetCachedTab
(tid: number)
src/features/selectors.ts:507
↓ 1 callersFunctiongetCachedTests
()
src/features/extensions/utils.ts:289
↓ 1 callersFunctiongetClient
()
src/features/extensions/ghostText.ts:526
↓ 1 callersFunctiongetCommentSingle
(data: { filename: string functionBody: string functionName: string })
src/features/extensions/utils.ts:253
↓ 1 callersFunctiongetCompilerSetup
(rootDir: string)
src/resolver.ts:18
↓ 1 callersMethodgetCompletion
(params: CopilotGetCompletionsParams)
src/features/lsp/stdioClient.ts:876
↓ 1 callersFunctiongetCopilotSnippets
( state: FullState, fileId: number, slidingWindow = 50, maxSnippets = 5, thresholdSimilari
src/features/chat/promptUtils.ts:150
↓ 1 callersFunctiongetCurrentSelectedAreaRange
()
src/components/codemirror-vim/vim.js:4533
↓ 1 callersFunctiongetCurrentSelection
(view: EditorView)
src/components/codemirrorHooks/extensions.ts:267
↓ 1 callersFunctiongetCursorTooltips
(state: EditorState)
src/features/extensions/selectionTooltip.ts:19
↓ 1 callersMethodgetDefinition
(params: { path: string; pos: LSP.Position })
src/features/lsp/stdioClient.ts:801
↓ 1 callersFunctiongetDepthWrapper
( files: State['files'], folders: State['folders'] )
src/features/selectors.ts:447
↓ 1 callersFunctiongetDiffTooltip
( oldTooltip: Tooltip | undefined, oldDiffValue: DiffState, diffValue: DiffState )
src/features/extensions/diff.ts:70
↓ 1 callersFunctiongetExtension
(fileName: string)
src/features/chat/promptUtils.ts:41
↓ 1 callersFunctiongetFileContents
(fid: number)
src/features/selectors.ts:494
↓ 1 callersFunctiongetFileIdsNotInForbidden
( state: FullState, forbiddenFolders: string[] )
src/features/chat/promptUtils.ts:76
↓ 1 callersFunctiongetFileRenameName
(fid: number)
src/features/selectors.ts:424
↓ 1 callersFunctiongetFolder
(fid: number)
src/features/selectors.ts:334
↓ 1 callersFunctiongetFolderOpen
(fid: number)
src/features/selectors.ts:541
↓ 1 callersFunctiongetFolderPath
(fid: number, includeRoot = true)
src/features/selectors.ts:481
↓ 1 callersFunctiongetHead
(cm)
src/components/codemirror-vim/vim.js:4705
↓ 1 callersFunctiongetIndex
(ranges, cursor, end)
src/components/codemirror-vim/vim.js:4520
↓ 1 callersMethodgetLSState
( event: IpcMainInvokeEvent, language: Language )
src/main/lsp.ts:207
↓ 1 callersFunctiongetLanguage
(className: string)
src/features/lsp/lspPlugin.ts:1145
↓ 1 callersFunctiongetLastSelectedAreaRange
()
src/components/codemirror-vim/vim.js:4545
↓ 1 callersMethodgetLineHandle
(row: number)
src/components/codemirror-vim/cm_adapter.ts:433
↓ 1 callersMethodgetLineNumber
(handle: any)
src/components/codemirror-vim/cm_adapter.ts:436
↓ 1 callersFunctiongetLinesWithActiveIndentMarker
* Returns a range of lines with an active indent marker.
src/features/extensions/indentLines.ts:281
↓ 1 callersFunctiongetLogOutUrl
()
src/main/auth.ts:207
← previousnext →401–500 of 1,103, ranked by callers