zeroxia

Results 11 issues of zeroxia

### Brief Issue Summary With the simpliest CMake project, most standard headers, like `` always get squiggles underlying them. Screenshot: https://imgur.com/gallery/IsyEbuC Both Windows and MacOS have this problem. Workspace settings:...

bug
Feature: cpptools integration

Hi, I'd like to propose two enhancements to the `CMakeLists.txt`: 1. Add "SYSTEM" to `target_include_directories` for the `doctest` interface target. Or use an option to control it, [like the `fmt`...

Sometimes for a specific workspace, I want to disable this language server feature and use ms-vscode.cpptools's intellisense.

enhancement

In python, such compound words is very common, e.g., `isclose`, `groupby`. But although I've enabled this option in both user and workspace settings, those words are still reported as unknown....

Hi, I build the project using CMake with Visual Studio 2015 Update 3, but the example program has link error. ``` Error LNK2019 unresolved external symbol "class std::basic_ostream & __cdecl...

Jump to specific column by `|` (the vertical bar) prefixed with a count. Jump to next method `]]` and previous method ``[[``. Thanks.

enhancement

I think these are very useful motion commands.

enhancement

gcc 7.5 linux ubuntu 18.04 Using single file version from this release: https://github.com/CLIUtils/CLI11/releases/tag/v2.2.0 I got this warning: `CLI11.hpp:2424:19: warning: conversion to ‘double’ from ‘int64_t {aka long int}’ may alter its...

I can't find a way to do this. I think it's very common a project contains multiple executables, and you switch among them to launch for debug, in the mean...

enhancement
help wanted
Feature: build
Feature: debug/launch
stale-old

Not sure if it is possible. Can you enable specifying proxy? Options like: 1. using command line switch: `.\discord-portable.exe --proxy=http://127.0.0.1:8080` 2. setting some key in `discord-portable.yml` Thank you!