-
_From @udarkness on October 28, 2016 13:42_
I cannot autocomplete a property of an object after its first use
- VSCode Version: 1.6.1
- OS Version: Ubuntu 16.04
Steps to Reproduce:
1. Write this cod…
-
**TypeScript Version:**
1.8.6 visual studio extension
``` ts
// A self-contained demonstration of the problem follows...
![gfgfg](https://cloud.githubusercontent.com/assets/7469181/15927007/b6d…
-
_From @TheColorRed on August 7, 2016 1:28_
- VSCode Version: 1.4.0
- OS Version: Ubuntu 16.04
Steps to Reproduce:
1. Create a TypeScript file
2. Add a class
3. Save file
4. Rename or move file
``` t…
-
_From @Sequoia on July 14, 2016 14:7_
- VSCode Version: Version 1.3.1 (1.3.1)
- OS Version: osx 10.11.5 (15F34)
## Goal
``` js
return sftp.readdirAsync(dir)
.then(function(/*Array*/dirList) {
d…
-
_From @jdforsythe on July 7, 2016 18:15_
- VSCode Version: 1.2.1
- OS Version: Windows 10
Steps to Reproduce:
1. Create a new `test.js` file
``` js
'use strict';
class TestClass {
constructor(pro…
-
_From @hubbergit on October 10, 2016 14:41_
- VSCode Version: 1.5.3
- OS Version: Win10
Steps to Reproduce:
1. Configuration: "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenth…
-
_From @MartinHaeusler on July 9, 2017 13:18_
In Eclipse JDT, there's this really handy shortcut, mapped to `CTRL+2 L` by default, which works when an expression is selected. What it does is to create…
mjbvz updated
6 years ago
-
**TypeScript Version:** 2.5.2
I am facing an issue in node 8 where my async method is bombing with the error:
```
yield doSomethingThatRetunsPromise();
^^^^^
SyntaxError: Unexpected strict…
-
_From @OverlyExcessive on October 5, 2016 12:8_
- VSCode Version: 1.5.3
- OS Version: OSX Yosemite
According to the documentation of [JSDoc support](https://github.com/Microsoft/TypeScript/wiki/JsDoc…
-
Everytime I save a page, the page does not refresh in the web browser (ionic serve -all)
Looking at my terminal console, I get the following error.
UnhandledPromiseRejectionWarning: Unhandled pr…