Sublime Forum

File functions list and sort this

#1

New sublime user.
I am editing a file: how can I get a list of its functions in alphabetical order?

Bye

0 Likes

#2
  • Ctrl+R (Symbols in File)
  • Ctrl+Shift+R (Symbols in Project)

http://docs.sublimetext.info/en/latest/reference/symbols.html#navigating-symbols

0 Likes

#3

Ctrl+R is not in alphabetical (lexicographical) order though; it is in order of definition.
Ctrl+Shift+R is, but it will also include all symbols of your project.

0 Likes

#4

CTRL+R ok but not in alphabetical order

CTRL+SHIFT+R nothing happens

0 Likes

#5

You need to have folders added to your project. Check out the “Project” menu.

0 Likes

#6

Yes…I have a tree of folders! but Ctrl+Shift+R nothing happens :frowning:

bye

0 Likes

#7

Did the Ctrl+Shift+R key binding get overridden? If you have the Emmet plugin installed for instance, it overrides that key binding. One way to check is to run sublime.log_commands(True) from the console in sublime and then press that key combination and see what command is being reported as run.

0 Likes

#8

I have just installed sublime without plugins. I’m newbe.How open I the console?

0 Likes

#9

If this is a fresh install, then my suggestion is probably not the right one, but to open the console you use Ctrl+` on Windows.

0 Likes

#10

I tried Ctrl+
I see the characters become larger as the Zoom in effect. :pensive:

0 Likes

#11

note the backtick

0 Likes

#12

Just use the View → Show Console menu item.

0 Likes

#13

I opened the console.

CTRL+SHIFT+R nothing happens
nothing is written to the console by typing these keys

0 Likes