Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/massCodeIO/massCode
/ run
Function
run
src/renderer/components/notes/cm-extensions/listIndent.ts:629–631 ·
view source on GitHub ↗
(view)
Source
from the content-addressed store, hash-verified
627
{
628
key:
'Tab'
,
629
run(view) {
630
return
runTabCommand(view,
'indent'
, options)
631
},
632
},
633
{
634
key:
'Shift-Tab'
,
Callers
nothing calls this directly
Calls
6
runTabCommand
Function · 0.85
outdentedIndent
Function · 0.85
getIndentUnit
Function · 0.85
getNextOrderedNumberBeforeLine
Function · 0.85
createOrderedListRenumberChanges
Function · 0.85
update
Method · 0.45
Tested by
no test coverage detected