Amadeusz Wieczorek

Results 6 issues of Amadeusz Wieczorek

# Async Completion API walkthrough Please comment 🐱‍👤, and I will add emoji to your comment depending on my progress 👍 I will do it 🎉 Done **Table of contents:**...

The TagRenderer for `see cref` constructs the following markdown format: `[[{1}|{0}]]` This doesn't seem to be a valid link under any markdown specification. Looking deeper into this, this is a...

`FindClosestBlock` incorrectly returns `LinkReferenceDefinitionGroup` when: - Markdown document ends with a list, - `AutoIdentifierExtension` is active and provides the `LinkReferenceDefinitionGroup` - I call `MarkdownDocument.FindClosestBlock()` passing in line number of "Second...

question

### Installed product versions - Visual Studio: 2017 RC - This extension: 1.10 ### Description Visual Studio 2017 allows for side by side installs, and as a VS extension developer...

Provide references, definitions and documentation of renamed symbol in Smart Rename. The purpose is to improve quality of suggestions, and ultimately remove the need to provide the entire document. The...

Area-IDE
Community
untriaged

I'm writing a Markdown renderer that formats user .md files into navigable .html pages. Some user documents contain relative paths to a parent directory, like these: ``` [example link](..\example.md) [example...

question