Skip to content

Commit

Permalink
[ObjC/ObjC++] Remove function arguments from symbol list
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Nov 18, 2022
1 parent 0e07584 commit 0b215df
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Objective-C/Symbol List - Hide.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>
source.objc entity.name.function.name-of-parameter,
source.objc++ entity.name.function.name-of-parameter
</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<integer>0</integer>
<key>showInIndexedSymbolList</key>
<integer>0</integer>
</dict>
</dict>
</plist>

0 comments on commit 0b215df

Please sign in to comment.