Sublime Forum

Case sensitive autocompletion

#1

hello,

For CMake syntax I have the problem that inside of variables: ${ . . . } autocompletion is limited to snippets. Outside of variables autocompletion has additional suggestions, one of which are previously written words.

Which part is responsible for this behaviour? Could this be defined through syntax definition?

The behaviour is a bit unfortunate because for autocompletion inside variables I don’t need snippets at all, I need to refer to already defined variables.

Any idea how I can change this?

I am using the package CMake from zyxar.

0 Likes

#2

have you set auto_complete_with_fields to true in your user preferences?

1 Like

#3

I tested with auto_complete_with_fields set to true but it doesn’t make any difference.

0 Likes