Sublime-Übereinstimmung, wenn Endif-Block

774
kakk11

Gibt es in sublimetext3 (durch beliebige Plugins) eine Möglichkeit, vom Anfang eines if-Blocks zum entsprechenden endif zu springen? Fortran-Code verwenden. Jede andere Aktion außer Springen würde auch funktionieren, wie zum Beispiel Highlight oder Show Line Number oder ...

0

1 Antwort auf die Frage

0
Joey

There is a sublime package called BracketHighlighter.

Installation (extracted from the author's github page)

The recommended way to install BracketHighlighter is via Package Control. Package Control will install the correct branch on your system and keep it up to date.

  1. Ensure Package Control is installed.  Instructions are found here.

  2. In Sublime Text, press CtrlShiftP (Win, Linux) or CmdShiftP (OSX) to bring up the quick panel and start typing “Package Control: Install Package”. Select the command and it will show a list of installable plugins.

  3. Start typing “BracketHighlighter”; when you see it, select it.

  4. Restart sublime to be sure everything is loaded properly.

@Scott hat meine Antwort aktualisiert. Installieren Sie es einfach und es funktioniert sofort. Weitere Details hier [https://github.com/facelessuser/BracketHighlighter] Joey vor 7 Jahren 0