Andy
43e3d60f09
Fix lint failure ( #16338 )
...
* Fix lint failure
* Use curly braces
2017-06-07 15:50:26 -07:00
Andy
abb9681248
Support completions for JSDoc @param tag names ( #16299 )
...
* Support completions for JSDoc @param tag names
* Undo change to finishNode
* Don't include trailing whitespace in @param range; instead, specialize getJsDocTagAtPosition
2017-06-07 12:28:52 -07:00
Klaus Meinhardt
f8aae89157
Update more return types to include undefined ( #15903 )
...
* Update more return types
* Update types of forEachChild callbacks
* fix line endings
2017-05-23 09:54:02 -07:00
Andy Hanson
38784b761a
Support for JSDoc in services
2017-05-15 14:45:30 -07:00
Andy Hanson
7dddcb816f
Deduplicate jsDocTagNames and sort alphabetically
2017-05-04 14:16:09 -07:00
Mine Starks
af0b2d9768
Merge pull request #12856 from minestarks/includejsdoctags
...
Expose JSDoc tags through the language service
2017-03-31 17:58:41 -07:00
Arthur Ozga
b7d09ef015
Make docComment template indent whitespace-only
2017-03-08 12:41:20 -08:00
Andy Hanson
d58cfa238b
Merge branch 'master' into lint_better
2017-03-06 06:20:48 -08:00
Andy Hanson
3bc125463b
Add more missing semicolons
2017-03-03 07:00:52 -08:00
Kanchalai Tanglertsampan
b5c6221e36
Address PR
2017-03-01 17:46:35 -08:00
Andy Hanson
8371eb6401
Update tslint to latest (next is still on 4.3) and lint for BOM
2017-03-01 10:37:13 -08:00
Kanchalai Tanglertsampan
d6085f75c4
Return completions for JsDoc tagname even when there are no "@' sign prefix
2017-02-28 15:41:35 -08:00
Kagami Sascha Rosylight
2a941a7222
inline length
2016-12-20 03:12:35 +09:00
Kagami Sascha Rosylight
27a60e4580
fix linting errors
2016-12-18 15:44:54 +09:00
Mohamed Hegazy
c9111a0dbb
Fix https://github.com/Microsoft/TypeScript/issues/12316 : Add method to known tag names
2016-12-13 16:36:54 -08:00
Anubha Mathur
7073b3513b
removing unneccessary comments
2016-12-08 10:07:11 -08:00
Anubha Mathur
081c692197
replacing let with const
2016-12-07 11:14:24 -08:00
Anubha Mathur
942c3c6d77
Merge remote-tracking branch 'origin/master' into correctCommentsScaffolding
2016-12-06 17:45:49 -08:00
Nathan Shively-Sanders
7caee79ce7
Rename getJSDocComments -> getCommentsFromJSDoc
2016-11-18 15:10:19 -08:00
Nathan Shively-Sanders
5a05b94fb5
Clean up getJSDocs
...
1. Get rid of parent check.
2. Use a couple of nested functions, one of them a recursive worker.
2016-11-17 13:27:57 -08:00
Anubha Mathur
c970c78985
Add parameter type in function support comments for JS files
2016-11-16 13:59:06 -08:00
Andy Hanson
6814c1d883
Forbid unused locals/parameters anywhere
2016-10-19 08:27:49 -07:00
Nathan Shively-Sanders
f8f244f68a
Merge branch 'master' into new-jsdoc-parser
2016-09-15 11:53:04 -07:00
Andy Hanson
4d6bd9df72
Break many functions out of services.ts and into their own modules.
2016-09-07 09:22:11 -07:00