Sublime Forum

Sublime's Environment Variables list?

#1

i wish How know all list like ${project}, ${packages} ?

0 Likes

#2

From the python ST side
sublime.packages_path()
and…
sublime.active_window().project_file_name()

0 Likes

#3

[quote=“tito”]From the python ST side
sublime.packages_path()
and…
sublime.active_window().project_file_name()[/quote]

my question is …
Is there the other Environment Variables ?

0 Likes

#4

viewtopic.php?f=4&t=11402&start=0

docs.sublimetext.info/en/latest/ … -variables

0 Likes

#5

[quote=“bizoo”]http://www.sublimetext.com/forum/viewtopic.php?f=4&t=11402&start=0

docs.sublimetext.info/en/latest/ … -variables[/quote]

i want this. :smiley: :smiley:
thank for your answer.

0 Likes

#6

The updated link:

http://docs.sublimetext.info/en/latest/reference/build_systems/configuration.html#build-system-variables

0 Likes