cpp-generate-getters-and-setters READMEFeaturesgenerate getters and setters function for private class vars Requirementsthe class definition must be written in .h or .hpp file Known Issuesthe extension does not generating the setters and getters might be because of the following reasons 1-the class does not have private section 2-might use un supported types (still cant parse const and std types) 3-errors due to spaces (the line should look like "types name;") Release Notes
1.0.0Initial release of the extension generate a new file with the getters and setters of the private vars 1.1.0
1.2.0
|