c++:how can i stop auto complete the parameters while i type a function name?
hello all:
i dont want it while im typing "calGridCenterXYByTileIndex" and it becomes :
calGridCenterXYByTileIndex(<#(int)$col#>, <#(int)$row#>, <#(float)$tileWidth#>, <#(float)$tileHeight#>)
how can i stop this happening?
regards
lin
Please sign in to leave a comment.