BIAOXYZ
BIAOXYZ
I agree this. Without this functionality, I have to use `ctrl + x` then manually print `__file__` to see the full path of current file- -
I met a similar issue: - First, I am sure cpplint is installed ```sh $ cpplint Syntax: cpplint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...] [--counting=total|toplevel|detailed] [--root=subdir] [--linelength=digits] [file] ... The style guidelines this...
> @BIAOXYZ > Is your operating system Windows? If it is, i think your path is wrong, here are my settings: > > ``` > "cpplint.cpplintPath": "D:\\ProgramFiles\\Python39\\Scripts\\cpplint.exe" > ``` >...