-
When using JSDT without TernIDE, with JSDoc like below
```
/** base node package */
var http = require('http');
var serveStatic = require('serve-static');
```
when mouse-over `http` anywhere inside …
-
Hi, Thiago
So i tried to return declared Type from API method and added type's reference to JSDoc, but swagger generator can't handle it. It just writes 'Inline Model 1':
You can see examples …
-
**Describe the bug**
Version: 17.0.1
When trying to extract JSDocs for a property assignment, the underlying compiler node provides the documentation, but `ts-morph` does not provide an acce…
-
somehow when i try to formating, the error occurs like this
![image](https://github.com/ajmnz/swagger-jsdoc-indent/assets/58449456/1de7760f-37a4-4d2b-8e2e-9567fe6834ea)
can you help me please
-
I'm trying to use jsdoc on js files that are part of a QML project. QML adds a `.import` syntax that allows QML libraries or other js files to be available within a js file. Unfortunately this seems t…
-
I really like the documentation and I want to really try to avoid rewriting it's system but I think we should colocate it with the code in this repo as opposed to keeping it in a different repo. I als…
-
There doesn't seem to be a bind conflict for `ctrl+enter`, but the command doesn't execute. Just returns to new line.
Tried setting binding in package to `ctrl+return`, `command+enter`, `super+enter`…
-
```
The CommonJS module pattern is based on keeping things away from the global, as
this is considered to be bad practice. I've been writing an application for
RequireJS, which implements the common…
-
```
What steps will reproduce the problem?
1. Run the linter on https://gist.github.com/2629373
What is the expected output?
No errors reported, because all of these methods are part of a prototype
…
-
```
What steps will reproduce the problem?
1. Run the linter on https://gist.github.com/2629373
What is the expected output?
No errors reported, because all of these methods are part of a prototype
…