Hi everyone, i'm new to SFML world and i've been using VIM as and C++ editor. I find it really confortable and simple.
However, i'm using OmiCppComplete script for autocompleting and i cant use this feature with sf namespace.
To autocomplete with std I add to .vimrc file:
let OmniCpp_DefaultNamespaces = ["std", "_GLIBCXX_STD"]
Does anyone know what would the second field in this line be for sf namespace?
Thanks in advance,