Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Textmate Navigation Re: Textmate Navigation

#74740
TheDoc
Member

I usually have a ‘Table of Contents’ of sorts at the beginning of my CSS file. It says something like, “The following sections are flagged with a ‘='”.

Then before each major section throughout the code I will put:

/* = SECTION NAME */

Then I can just go Ctrl-F ‘=’ and just keep on hitting enter until I hit the section I’m looking for.