All Projects → isimic413 → monaco-editor-custom-intellisense

isimic413 / monaco-editor-custom-intellisense

Licence: MIT license
Code from the "Custom IntelliSense with Monaco Editor" post

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to monaco-editor-custom-intellisense

Octohint
The missing IntelliSense hint for GitHub and GitLab
Stars: ✭ 906 (+3839.13%)
Mutual labels:  intellisense
Micropy Cli
Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
Stars: ✭ 112 (+386.96%)
Mutual labels:  intellisense
Typescript Hero
VSCode extension that assists you with your everyday work around typescript
Stars: ✭ 222 (+865.22%)
Mutual labels:  intellisense
Vscode Intelephense
PHP intellisense for Visual Studio Code
Stars: ✭ 872 (+3691.3%)
Mutual labels:  intellisense
Clj Suitable
ClojureScript "IntelliSense" support for JS objects and their properties/methods. Via figwheel and Emacs CIDER.
Stars: ✭ 82 (+256.52%)
Mutual labels:  intellisense
Helm Intellisense
Extension for Visual Studio Code - Intellisense in helm-templates from the values.yaml
Stars: ✭ 137 (+495.65%)
Mutual labels:  intellisense
Sublimecodeintel
💡 Full-featured code intelligence and smart autocomplete for Sublime Text
Stars: ✭ 5,050 (+21856.52%)
Mutual labels:  intellisense
Fsharp
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
Stars: ✭ 2,966 (+12795.65%)
Mutual labels:  intellisense
Solargraph
A Ruby language server.
Stars: ✭ 1,239 (+5286.96%)
Mutual labels:  intellisense
Intelephense
Intellisense for PHP
Stars: ✭ 212 (+821.74%)
Mutual labels:  intellisense
Innovatoradmin
A tool for managing Aras Innovator installations focusing on improving the import/export experience.
Stars: ✭ 40 (+73.91%)
Mutual labels:  intellisense
Tailwindcss Intellisense
Intelligent Tailwind CSS tooling for Visual Studio Code
Stars: ✭ 1,066 (+4534.78%)
Mutual labels:  intellisense
Pythonvscode
This extension is now maintained in the Microsoft fork.
Stars: ✭ 2,013 (+8652.17%)
Mutual labels:  intellisense
Vscode Laravel Extra Intellisense
This extension adds extra autocompletion for laravel projects to VSCode.
Stars: ✭ 909 (+3852.17%)
Mutual labels:  intellisense
Vuex Typescript
A simple way to make Vuex type-safe with intuitive intellisense
Stars: ✭ 234 (+917.39%)
Mutual labels:  intellisense
Vscode Styled Components
Syntax highlighting for styled-components
Stars: ✭ 680 (+2856.52%)
Mutual labels:  intellisense
Flexlib
FlexLib是一个基于flexbox模型,使用xml文件进行界面布局的框架,融合了web快速布局的能力,让iOS界面开发像写网页一样简单快速
Stars: ✭ 1,569 (+6721.74%)
Mutual labels:  intellisense
constrained-editor-plugin
This project is to restrict the editable area in the monaco-editor
Stars: ✭ 55 (+139.13%)
Mutual labels:  monaco-editor
Crane
PHP Intellisense/code-completion for VS Code
Stars: ✭ 236 (+926.09%)
Mutual labels:  intellisense
Html Css Class Completion
🍫 Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
Stars: ✭ 174 (+656.52%)
Mutual labels:  intellisense

Custom IntelliSense with Monaco Editor

Cloned from monaco-editor-samples repository.

Uses simple-editor example as a start to create custom completion item provider for the XML.

Running monaco-editor-samples

git clone https://github.com/Microsoft/monaco-editor-samples.git
cd monaco-editor-samples
npm install .
npm run simpleserver

Go to localhost:8888 and go to simple-editor example.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].