Sublime Forum

A few questions

#1

Hi there,

I’m Sublime Text 2 and loving it so far! A few questions (btw I use it on Windows)

  • Is it possible to open a project by double clicking the project file? If I associate Sublime Text 2 with the sublime-project extension, then it opens the project file itself (the json file) instead of opening the project

  • Is it possible to see the list of arguments of a function when using tab autocompletion? (or any other way) I mean for the functions I create. The autocompletion gets the function name but not its arguments

  • I use CONTROL M to match a bracket with the other, what should I use to match ie. a

    tag with its
    tag ?

Thanks!

0 Likes

Brace matching (CTRL+M) equivalent for Ruby structures?
#2

With regards to the first point, this will be supported in the next beta (and is supported in the current dev build). There is no functionality for the other items.

0 Likes