Skip to content

I have no syntax highlighting in Solidity #3116

Discussion options

You must be logged in to vote

@trevorwrightdev here is mine;

{
  "workbench.editorAssociations": {
    // "*.ipynb": "jupyter.notebook.ipynb"
  },
  "editor.fontSize": 15,
  "editor.formatOnPaste": true,
  "editor.wordWrap": "on",
  "python.pythonPath": "C:\\Python\\Python39\\python.exe",
  "window.openFilesInNewWindow": "on",
  "[dart]": {
    "editor.defaultFormatter": "Dart-Code.dart-code",
    "editor.formatOnSave": true,
    "editor.formatOnType": true,
    "editor.rulers": [80],
    "editor.selectionHighlight": false,
    "editor.suggest.snippetsPreventQuickSuggestions": false,
    "editor.suggestSelection": "first",
    "editor.tabCompletion": "onlySnippets",
    "editor.wordBasedSuggestions": false
  },
  "exp…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by alymurtazamemon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants