Laurent Tréguier

Results 14 issues of Laurent Tréguier

It's been 1 year since the deprecation notice, 2 years since the last commit before that, and 3 years since the last tagged version. I think we can safely say...

Currently, documentation is not always displayed properly. Some characters used in markdown are not escaped. For example, any `*` pair will be interpreted by VSCode and the text in between...

### Description @keeferrourke After what you said #207, this PR keeps relative symlinks but without any `-r` usage, so it should be POSIX compliant now.

According to [the documentation](https://github.com/noseglid/atom-build/blob/master/README.md#configuration-options), the command for a build is supposed to be in the `cmd` key. However, when [looking at the code](https://github.com/noseglid/atom-build/blob/9a13d438b0b79bc79bbe7a23256ca48f0d8d333c/lib/build.js#L139), the `cmd` key is not used and...

I am posting this issue here because it's with DCD that I experienced this, and that I seem to be able to reproduce the issue; however this could probably be...

bug

When using `auto` and an import alias to instanciate a struct or a class, the variable won't get completions from DCD. ``` d import std.stdio; alias io = std.stdio; void...

bug

I ran dfmt v0.10.0-beta.1 on dls' code base to see how it changes. I always use dfmt to format it, so it's currently formatted with dfmt v0.9.0, and any change...

This is something I love since I am kind of a maniac sometimes. In Intellij Idea for example, formatting Java code can also sort import statements alphabetically. Would it be...

enhancement

From https://github.com/dlang-vscode/dlang-vscode/issues/53: - [ ] Functions snippets - [x] Find references - [ ] Function call hierarchy - [ ] Type hierarchy - [ ] Semantic highlighting - [x] Find...

enhancement

Memory usage can increase a lot when simply clicking on a symbol to highlight its uses. The more occurrences of the symbol, the more memory gets eaten up.

bug