Sublime Forum

.sublime-project settings completion when editing JSON

#1

Is there any plugin or a way to complete available .sublime.project settings eg. via Ctrl+Space. I keep forgetting some setting names, and I need to open the reference.

Would be great if (depending on context) I could press Ctrl+Space and I would get some list of available settings, e.g. when I am top level I get "folders", "settings", but when I am in some folder dictionary I get "path", "folder_exclude_patterns", ....

I guess we would like to have some specific grammar for .sublime-project derived from JSON?

1 Like

#2

PackageDev might offer it in future:

2 Likes

#3

This is planned for PackageDev. We already do this for the revamped .sublime-syntax and .sublime-keymap support, where the available keys are completed and also available as snippets.

What @kingkeith referenced is an additional level of auto-completion for keys within the settings dictionary in project files.

You can try it out by enabling pre-releases for PackageDev, as described here:

3 Likes

#4

Thanks, I will try that.

0 Likes