地上马

Results 27 issues of 地上马

> Custom `lang-mapping.json` ending cannot have all good problems ![1](https://user-images.githubusercontent.com/8848263/48326606-2a4c3680-e675-11e8-9261-5d52e6872730.png)

> What are these two pieces of code for? ```javascript atom-ternjs:navigateBack atom-ternjs:navigateForward ```

## 用接口定义函数的形状 我们也可以使用接口的方式来定义一个函数需要符合的形状: ```ts interface SearchFunc { (source: string, subString: string): boolean; } let mySearch: SearchFunc; mySearch = function (source: string, subString: string) { return source.search(subString) !== -1; }; ```...

ts-node 报错 ![图片](https://user-images.githubusercontent.com/8848263/142583451-76fe0d6b-c989-4b2e-9638-6cb37ca6b8e8.png)

Web page access is too slow, while adminer web access is very fast, making phpmyadmin much less attractive

bug
enhancement

> @thedaniel There's a similar project in firefox that you want to get involved with? **The project address** [tridactyl](https://github.com/cmcaine/tridactyl.git)

> Is anyone still maintaining it? I think this needs to add an option to only get those CSS stylesheets and built-in styles that have been added

enhancement

![default](https://user-images.githubusercontent.com/8848263/46183710-ba702f80-c304-11e8-8ccf-9ee1b9c996be.png)

### Description I am a win10 system, the `outline` plug-in can not load successfully ### Expected Behavior When you open the `outline panel` using the shortcut key `ctrl-o`, the data...

> phpstrom ![snipaste_2018-06-18_22-30-28](https://user-images.githubusercontent.com/8848263/41542465-9c7f47ac-7347-11e8-875b-a7abca904828.png) > `vscode` It's already possible > `linter-ui-default` It's already possible >but, `atom-ide-ui` not have this function !