Hey Rapptz,
really nice project. But i have one big problem. The Autocompletion of "@" tags doesn't work in my case. Here is a code snippet of Sublime Text 3 and the code ist set to C++.
When i typed in the first @ there were no suggestions of oxygen tags.
/**
-
@
-
@brief Inomation Main Class
-
@details [long description]
-
@return
-
@param
*/
class SomeClass {
public:
SomeClass();
private:
};
It would be really nice if you could fix that.
Kind Regards
Hey Rapptz,
really nice project. But i have one big problem. The Autocompletion of "@" tags doesn't work in my case. Here is a code snippet of Sublime Text 3 and the code ist set to C++.
When i typed in the first @ there were no suggestions of oxygen tags.
/**
@
@brief Inomation Main Class
@details [long description]
@return
@param
*/
class SomeClass {
public:
SomeClass();
private:
};
It would be really nice if you could fix that.
Kind Regards