Arun Bose

Results 141 issues of Arun Bose

Hi All, I see that that last commit made to this library is in 2019, Just wanted to confirm if this library is actively supported or on any deprecation path?...

Hi, There are two files ```js // index.js export {List} from "./list" // list.js export class List {} ``` from `index.js`, if we issue definition command from location `{List}`, it...

Hi, When trying to enable both `es_modules` and `node` plugin together, jump to `definition` query wont work, but `completions` requests work if a file is imported without specifying `.js` extension...

Hi, I am creating a documentation site for [phoenix code editor](https://github.com/aicore/phoenix) which is released under the AGPL license. If I buy a commercial license for this template, can I use...

we can use npm search apis in https://npms.io/ related: https://github.com/phcode-dev/phoenix/issues/652

enhancement

* json code hints framework to eazily add codehints for json files. Could be adapted from preferences code hints. * show codehints for well known json files like package.json, eslintrc...

enhancement

* codeinspection for js regex * https://github.com/substack/safe-regex * https://devina.io/redos-checker * https://www.npmjs.com/package/vuln-regex-detector * sonar lint

enhancement

The issue with wiki image links ![Screenshot from 2022-09-20 13-35-03](https://user-images.githubusercontent.com/5336369/191202975-6069d270-526a-443d-bd76-903353ae1222.png)

- [ ] https://github.com/ternjs/tern/issues/1049, https://github.com/phcode-dev/phoenix/issues/601 - [ ] https://github.com/ternjs/tern/issues/1052

When we start typing, we should get a code hint to fill in a prefilled function template like below: ```js /* * Your function documentation * @param {string} params */...

enhancement