Sheng Chen
Sheng Chen
### Problem Summary For leetcode-cn: The problem title for `No. 873` from the leetcode-cli is `猜猜这个单词`, while in the webpage, the title is `最长的斐波那契子序列的长度` ### Environment - OS version: Mac...
Hi @skygragon, I'm one of the users of this amazing CLI. And I also wrote a [VS Code extension of LeetCode](https://github.com/jdneo/vscode-leetcode), which integrated the `leetcode-cli` as its core library. What...
- fetch the extension registry again when delegate command handler cannot be found. - change WorkspaceExecuteCommandHandler to Bill Pugh Singleton (thread safe). #### Background Our extension's BI shows that there...
This PR adds a set of contribution points which allows JDT.LS plugins(for example: intellicode) participate into the completion processing - mostly the ranking stuff. With this PR, intellicode will not...
requires, https://github.com/redhat-developer/vscode-java/pull/2482. Part of https://github.com/eclipse/eclipse.jdt.ls/issues/2011. - Introduced 'java.completion.constructors.resolveParameterNamesThreshold' to control whether the parameter names should be resolved. If the completion proposal number is larger than the threshold, parameter names will...
As the thing happens in https://github.com/redhat-developer/vscode-java/issues/2589. The extension failed to start before the diagnostic related commands registration. So, nothing happens when the user clicks `Clean and Restart`. We need to...
The extension will store some caches in global storage with each version. Each version will occupy around 15~20MB, which the total size will be quite large when users switched to...
So far, the vscode-java extension has 82 settings (configurable under User section). And all of them are grouped in one section `Java`, which is not very user-friendly. A good example...
requires https://github.com/eclipse/eclipse.jdt.ls/pull/2103 Signed-off-by: sheche
Below are some feedbacks from user surveys: - there no build and run feature in a click like netbeans. - Add a command to rebuild the project the current active...